Click or drag to resize

StatKurtosis Method

Overload List
  NameDescription
Public methodStatic memberCode exampleKurtosis(DoubleMatrix, Boolean)
Returns the kurtosis of the specified data, eventually adjusted for bias.
Public methodStatic memberCode exampleKurtosis(ReadOnlyDoubleMatrix, Boolean)
Returns the kurtosis of the specified data, eventually adjusted for bias.
Public methodStatic memberCode exampleKurtosis(DoubleMatrix, Boolean, DataOperation)
Returns the kurtosis of each row or column in the specified data, eventually adjusted for bias.
Public methodStatic memberCode exampleKurtosis(ReadOnlyDoubleMatrix, Boolean, DataOperation)
Returns the kurtosis of each row or column in the specified data, eventually adjusted for bias.
Top
See Also