Overload List

  NameDescription
NaNStandardDeviation(DoubleVector)
Calculates the biased standard deviation of the elements in the given data set, excluding NaN values.
NaNStandardDeviation(IDFColumn)
Calculates the biased standard deviation of the elements in the given data set, excluding missing values.
NaNStandardDeviation(array<Double>[]()[])
Calculates the biased standard deviation of the elements in the given data set, excluding NaN values.
NaNStandardDeviation(DoubleVector, BiasType)
Calculates the biased standard deviation of the elements in the given data set, using the specified bias and excluding NaN values.
NaNStandardDeviation(IDFColumn, BiasType)
Calculates the biased standard deviation of the elements in the given data set, using the specified bias and excluding missing values.
NaNStandardDeviation(array<Double>[]()[], BiasType)
Calculates the biased standard deviation of the elements in the given data set, using the specified bias and excluding NaN values.

See Also