Click or drag to resize

DescriptiveStatisticsCoefficientOfVariationOrDefault Method

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