Click or drag to resize

NMathFunctionsNaNStandardDeviation Method

Overload List
 NameDescription
Public methodStatic memberNaNStandardDeviation(Double) Calculates the biased standard deviation of the elements in the given data set, excluding NaN values.
Public methodStatic memberNaNStandardDeviation(DoubleVector) Calculates the biased standard deviation of the elements in the given data set, excluding NaN values.
Public methodStatic memberNaNStandardDeviation(IDFColumn) Calculates the biased standard deviation of the elements in the given data set, excluding missing values.
Public methodStatic memberNaNStandardDeviation(Double, BiasType) Calculates the biased standard deviation of the elements in the given data set, using the specified bias and excluding NaN values.
Public methodStatic memberNaNStandardDeviation(DoubleVector, BiasType) Calculates the biased standard deviation of the elements in the given data set, using the specified bias and excluding NaN values.
Public methodStatic memberNaNStandardDeviation(IDFColumn, BiasType) Calculates the biased standard deviation of the elements in the given data set, using the specified bias and excluding missing values.
Top
See Also