DescriptiveStatisticsCoefficientOfVariationOrDefault Method |
| Name | Description | |
|---|---|---|
| CoefficientOfVariationOrDefault(IEnumerableDecimal, Decimal) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableInt32, Double) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableInt64, Double) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableNullableInt32, Double) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableNullableInt64, Double) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(Vector, Double, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|