Returns the sum of squares for model.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double SumOfSquaresForModel { get; }
Visual Basic (Declaration)
Public ReadOnly Property SumOfSquaresForModel As Double
Visual C++
public:
property double SumOfSquaresForModel {
	double get ();
}

Field Value

A double representing the sum of squares for the model.

See Also