ANOVAErrorMeanSquare Property |
Returns the error mean square.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ErrorMeanSquare { get; }
Public ReadOnly Property ErrorMeanSquare As Double
Get
public:
property double ErrorMeanSquare {
double get ();
}
member ErrorMeanSquare : float with get
Property Value
Type:
Double
A
double representing the error mean square.
See Also