moment(): number
Computes the central moment of a dataset.
Computes the k-th central moment of a dataset around the mean. The first moment is always zero, the second moment equals variance, and higher moments describe shape.
x: array
Input array or matrix
moment(): array
Computes the central moment of a dataset.
Computes the k-th central moment of a dataset around the mean. The first moment is always zero, the second moment equals variance, and higher moments describe shape.
x: matrix
Input array or matrix
Central moment values