Click or drag to resize

NMathFunctionsVariance Method

Overload List
 NameDescription
Public methodStatic memberVariance(Double) Calculates the variance of the given data.
Public methodStatic memberVariance(DoubleComplexMatrix) Computes the variance of the matrix columns.
Public methodStatic memberVariance(DoubleComplexVector) Calculates the biased variance of a given vector.
Public methodStatic memberVariance(DoubleMatrix) Computes the variance of the matrix columns.
Public methodStatic memberVariance(DoubleVector) Calculates the biased variance of a given vector.
Public methodStatic memberVariance(FloatComplexMatrix) Computes the variance of the matrix columns.
Public methodStatic memberVariance(FloatComplexVector) Calculates the biased variance of a given vector.
Public methodStatic memberVariance(FloatMatrix) Computes the variance of the matrix columns.
Public methodStatic memberVariance(FloatVector) Calculates the biased variance of a given vector's elements.
Public methodStatic memberVariance(IDFColumn) Calculates the variance of the given data.
Public methodStatic memberVariance(Int32) Calculates the variance of the given data.
Public methodStatic memberVariance(Double, BiasType) Calculates the variance of the given data, using the specified bias type.
Public methodStatic memberVariance(DoubleVector, BiasType) Calculates the variance of the given data, using the specified bias type.
Public methodStatic memberVariance(FloatVector, BiasType) Calculates the variance of the given data, using the specified bias type.
Public methodStatic memberVariance(IDFColumn, BiasType) Calculates the variance of the given data, using the specified bias type.
Public methodStatic memberVariance(Int32, BiasType) Calculates the variance of the given data, using the specified bias type.
Top
See Also