Click or drag to resize

StatStandardDeviation Method

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