Returns the generalized sum of squares.

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

Syntax

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

Field Value

A double scalar containing the generalized sum of squares.

Remarks

The estimate of \sigma^2 is given by sumOfSquares / n.

See Also