Returns the one-step-ahead prediction error.

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

Syntax

C#
public double[] GetPredictionError()
Visual Basic (Declaration)
Public Function GetPredictionError As Double()
Visual C++
public:
array<double>^ GetPredictionError()

Return Value

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

See Also