Gets the coefficient of variation of a variable,
if it exists.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CoefficientOfVariation As Double |
| C# |
|---|
public double CoefficientOfVariation { get; } |
| C++ |
|---|
public: double CoefficientOfVariation { double get (); } |
Value
The coefficient of variation of the variable, if it exists; otherwise NaN.
Remarks
The coefficient of variation is the ratio of the StandardDeviation
to the Mean. If the mean is zero, the coefficient of variation is undefined.
It gives an indication of the variability of the observations relative to their size.