Click or drag to resize
KalmanFilterGetPredictionError Method
Returns the one-step-ahead prediction error.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetPredictionError()

Return Value

Type: Double
A double array of size y.Length containing the one-step-ahead prediction error.
See Also