Click or drag to resize
AutoARIMAGetResiduals Method
Returns the residuals.

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

Return Value

Type: Double
A double array containing the residuals for the outlier and gap free series at the final parameter estimation point.
Remarks
Note that one of the Compute methods must be invoked first before invoking this method. Otherwise, GetResiduals throws an InvalidOperationException exception.
See Also