Click or drag to resize

NMathFunctionsStandardDeviation Method

Overload List
 NameDescription
Public methodStatic memberStandardDeviation(Double) Calculates the biased standard deviation of the elements in the given data set.
Public methodStatic memberStandardDeviation(DoubleVector) Calculates the biased standard deviation of the elements in the given data set.
Public methodStatic memberStandardDeviation(IDFColumn) Calculates the biased standard deviation of the elements in the given data set.
Public methodStatic memberStandardDeviation(Int32) Calculates the biased standard deviation of the elements in the given data set.
Public methodStatic memberStandardDeviation(Double, BiasType) Calculates the biased standard deviation of the elements in the given data set, using the specified bias.
Public methodStatic memberStandardDeviation(DoubleVector, BiasType) Calculates the biased standard deviation of the elements in the given data set, using the specified bias.
Public methodStatic memberStandardDeviation(IDFColumn, BiasType) Calculates the biased standard deviation of the elements in the given data set, using the specified bias.
Public methodStatic memberStandardDeviation(Int32, BiasType) Calculates the biased standard deviation of the elements in the given data set, using the specified bias.
Top
See Also