Click or drag to resize
Accord.NET (logo)

MeasuresWeightedStandardDeviation Method

Overload List
  NameDescription
Public methodStatic memberWeightedStandardDeviation(Double, Double)
Calculates the matrix Standard Deviations vector.
Public methodStatic memberWeightedStandardDeviation(Double, Int32)
Calculates the matrix Standard Deviations vector.
Public methodStatic memberWeightedStandardDeviation(Double, Double)
Computes the Standard Deviation of the given values.
Public methodStatic memberWeightedStandardDeviation(Double, Int32)
Computes the Standard Deviation of the given values.
Public methodStatic memberWeightedStandardDeviation(Double, Double, Double)
Calculates the matrix Standard Deviations vector.
Public methodStatic memberWeightedStandardDeviation(Double, Int32, Double)
Calculates the matrix Standard Deviations vector.
Public methodStatic memberWeightedStandardDeviation(Double, Double, WeightType)
Computes the Standard Deviation of the given values.
Public methodStatic memberWeightedStandardDeviation(Double, Double, Double)
Computes the Standard Deviation of the given values.
Public methodStatic memberWeightedStandardDeviation(Double, Int32, Double)
Computes the Standard Deviation of the given values.
Public methodStatic memberWeightedStandardDeviation(Double, Double, Boolean)
Calculates the matrix Standard Deviations vector.
Public methodStatic memberWeightedStandardDeviation(Double, Int32, Boolean)
Calculates the matrix Standard Deviations vector.
Public methodStatic memberWeightedStandardDeviation(Double, Double, Boolean, WeightType)
Computes the Standard Deviation of the given values.
Public methodStatic memberWeightedStandardDeviation(Double, Int32, Double, Boolean)
Computes the Standard Deviation of the given values.
Public methodStatic memberWeightedStandardDeviation(Double, Double, Double, Boolean)
Calculates the matrix Standard Deviations vector.
Public methodStatic memberWeightedStandardDeviation(Double, Int32, Double, Boolean)
Calculates the matrix Standard Deviations vector.
Public methodStatic memberWeightedStandardDeviation(Double, Double, Double, Boolean, WeightType)
Computes the Standard Deviation of the given values.
Top
See Also