Stat.Kurtosis Method

Overload List

Kurtosis(DoubleMatrix, Boolean) Returns the kurtosis of the specified data, eventually adjusted for bias.
Kurtosis(ReadOnlyDoubleMatrix, Boolean) Returns the kurtosis of the specified data, eventually adjusted for bias.
Kurtosis(DoubleMatrix, Boolean, DataOperation) Returns the kurtosis of each row or column in the specified data, eventually adjusted for bias.
Kurtosis(ReadOnlyDoubleMatrix, Boolean, DataOperation) Returns the kurtosis of each row or column in the specified data, eventually adjusted for bias.

See Also