statistics.jl

Unit for statistics, probability and related functions.

CategoryOutput
1. Probabilityfunctions relating to probability
2. Descriptive Statisticsfunctions relating to decriptive statistics

Probability

FunctionDescription
softmaxcompute softmax probabilities
Missing docstring.

Missing docstring for softmax. Check Documenter's build log for details.

Descriptive Statistics

FunctionDescription
meanscalar mean of real or complex numbers according to the specified metric
stdscalar standard deviation of real or complex numbers according to the specified metric
mean(metric::Metric, ν::Vector{T}) where T<:RealOrComplex

See bottom of documentation of general function mean

Missing docstring.

Missing docstring for std. Check Documenter's build log for details.