Click or drag to resize
Accord.NET (logo)

MeasuresVariance Method

Overload List
  NameDescription
Public methodStatic memberVariance(Double)
Calculates the matrix Variance vector.
Public methodStatic memberVariance(Double)
Computes the Variance of the given values.
Public methodStatic memberVariance(Double)
Calculates the matrix Variance vector.
Public methodStatic memberVariance(Int32)
Computes the Variance of the given values.
Public methodStatic memberVariance(Single)
Computes the Variance of the given values.
Public methodStatic memberVariance(Double, Double)
Calculates the matrix Variance vector.
Public methodStatic memberVariance(Double, Boolean)
Computes the Variance of the given values.
Public methodStatic memberVariance(Double, Double)
Computes the Variance of the given values.
Public methodStatic memberVariance(Int32, Boolean)
Computes the Variance of the given values.
Public methodStatic memberVariance(Single, Single)
Computes the Variance of the given values.
Public methodStatic memberVariance(Double, Double, Boolean)
Computes the Variance of the given values.
Public methodStatic memberVariance(Double, Double, Boolean)
Calculates the matrix Variance vector.
Public methodStatic memberVariance(Int32, Double, Boolean)
Computes the Variance of the given values.
Top
See Also