Click or drag to resize

StatSkewness Method

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