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