ANOVASumOfSquaresForError Property |
Returns the sum of squares for error.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double SumOfSquaresForError { get; }
Public ReadOnly Property SumOfSquaresForError As Double
Get
public:
property double SumOfSquaresForError {
double get ();
}
member SumOfSquaresForError : float with get
Property Value
Type:
Double
A
double representing the sum of squares for the error.
See Also