IMSL C# Numerical Library

KalmanFilter.GetPredictionError Method 

Returns the one-step-ahead prediction error.

public double[] GetPredictionError();

Return Value

A double array of size y.Length containing the one-step-ahead prediction error.

See Also

KalmanFilter Class | Imsl.Stat Namespace