Click or drag to resize
KalmanFilterSumOfSquares Property
Returns the generalized sum of squares.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double SumOfSquares { get; }

Property Value

Type: Double
A double scalar containing the generalized sum of squares.
Remarks
The estimate of \sigma^2 is given by sumOfSquares / n.
See Also