Navigation

Operators and Keywords

Function List:

C++ API

: statistics (x)
: statistics (x, dim)

Return a vector with the minimum, first quartile, median, third quartile, maximum, mean, standard deviation, skewness, and kurtosis of the elements of the vector x.

If x is a matrix, calculate statistics over the first non-singleton dimension.

If the optional argument dim is given, operate along this dimension.

See also: min, max, median, mean, std, skewness, kurtosis.

Package: octave