IMSL C# Numerical Library

KalmanFilter.SumOfSquares Property

Returns the generalized sum of squares.

public double SumOfSquares {get;}

Property Value

A double scalar containing the generalized sum of squares.

Remarks

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

See Also

KalmanFilter Class | Imsl.Stat Namespace