Average (m)
Aliases: average
Mean
mean
Calculate average (the arithmetic mean) of an entire matrix.
GaussDistribution (x,sigma)
Integral of the GaussFunction from 0 to x
(area under the normal curve).
GaussFunction (x,sigma)
The normalized Gauss distribution function (the normal curve).
Median (m)
Aliases: median
Calculate median of an entire matrix.
PopulationStandardDeviation (m)
Aliases: stdevp
Calculate the population standard deviation of a whole matrix.
RowAverage (m)
Aliases: RowMean
Calculate average of each row in a matrix. That is, compute the arithmetic mean.
RowMedian (m)
Calculate median of each row in a matrix and return a column vector of the medians.
RowPopulationStandardDeviation (m)
Aliases: rowstdevp
Calculate the population standard deviations of rows of a matrix and return a vertical vector.
RowStandardDeviation (m)
Aliases: rowstdev
Calculate the standard deviations of rows of a matrix and return a vertical vector.
StandardDeviation (m)
Aliases: stdev
Calculate the standard deviation of a whole matrix.