Click or drag to resize

NMathFunctionsWeightedVariance Method

Overload List
 NameDescription
Public methodStatic memberWeightedVariance(Double, Double) Calculates the weighted variance of the given data.
Public methodStatic memberWeightedVariance(Double, Int32) Calculates the weighted variance of the given data.
Public methodStatic memberWeightedVariance(DoubleVector, DoubleVector) Calculates the weighted variance of the given data.
Public methodStatic memberWeightedVariance(DoubleVector, Int32) Calculates the weighted variance of the given data.
Public methodStatic memberWeightedVariance(IDFColumn, IDFColumn) Calculates the weighted variance of the given data.
Public methodStatic memberWeightedVariance(Double, Double, Boolean) Calculates the weighted variance of the given data.
Public methodStatic memberWeightedVariance(DoubleVector, DoubleVector, Boolean) Calculates the weighted variance of the given data.
Public methodStatic memberWeightedVariance(IDFColumn, IDFColumn, Boolean) Calculates the weighted variance of the given data.
Top
See Also