StatStandardDeviation Method

Overload List

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

See Also