ANOVACoefficientOfVariation Property |
Returns the coefficient of variation (in percent).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double CoefficientOfVariation { get; }
Public ReadOnly Property CoefficientOfVariation As Double
Get
public:
property double CoefficientOfVariation {
double get ();
}
member CoefficientOfVariation : float with get
Property Value
Type:
Double
A
double representing the coefficient of variation (in
percent).
See Also