Click or drag to resize

DescriptiveStatisticsCoefficientOfVariation Method

Overload List
  NameDescription
Public methodStatic memberCoefficientOfVariation(IEnumerableDecimal)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableInt32)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableInt64)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableNullableDecimal)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableNullableInt32)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableNullableInt64)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableDouble, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableNullableDouble, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableNullableSingle, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableSingle, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(Vector, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Top
See Also