Click or drag to resize

NMathFunctionsCovariance Method

Overload List
 NameDescription
Public methodStatic memberCovariance(Double, Double) Computes the covariance of two data sets.
Public methodStatic memberCovariance(DoubleVector, DoubleVector) Computes the covariance of two data sets.
Public methodStatic memberCovariance(FloatVector, FloatVector) Computes the covariance of two data sets.
Public methodStatic memberCovariance(IDFColumn, IDFColumn) Computes the covariance of two data sets.
Public methodStatic memberCovariance(Int32, Int32) Computes the covariance of two data sets.
Public methodStatic memberCovariance(Double, Double, BiasType) Computes the covariance of two data sets using the specified bias.
Public methodStatic memberCovariance(DoubleVector, DoubleVector, BiasType) Computes the covariance of two data sets using the specified bias.
Public methodStatic memberCovariance(FloatVector, FloatVector, BiasType) Computes the covariance of two data sets using the specified bias.
Public methodStatic memberCovariance(IDFColumn, IDFColumn, BiasType) Computes the covariance of two data sets using the specified bias.
Public methodStatic memberCovariance(Int32, Int32, BiasType) Computes the covariance of two data sets using the specified bias.
Top
See Also