Click or drag to resize

VectorMathMeanAndVariance Method

Overload List
 NameDescription
Public Extension MethodMeanAndVariance(Double) Returns the average (=sum/N) of the elements in vector, as well as the variance (sum of squares of the mean centered values divided by length of the vector).
Public Extension MethodMeanAndVariance(Int32) Returns the average (=sum/N) of the elements in vector, as well as the variance (sum of squares of the mean centered values divided by length of the vector).
Public Extension MethodMeanAndVariance(IReadOnlyListDouble) Returns the average (=sum/N) of the elements in vector, as well as the variance (sum of squares of the mean centered values divided by length of the vector).
Public Extension MethodMeanAndVariance(IReadOnlyListSingle) Returns the average (=sum/N) of the elements in vector, as well as the variance (sum of squares of the mean centered values divided by length of the vector).
Public Extension MethodMeanAndVariance(Single) Returns the average (=sum/N) of the elements in vector, as well as the variance (sum of squares of the mean centered values divided by length of the vector).
Top
See Also