IMSL C# Numerical Library

ARAutoUnivariate.GetResiduals Method 

Returns the current values of the vector of residuals.

public double[] GetResiduals();

Return Value

A double array of length BackwardOrigin containing the residuals for the last BackwardOrigin values in the time series. This array will be null unless Compute and either the Forecast or GetForecast methods are called previously.

See Also

ARAutoUnivariate Class | Imsl.Stat Namespace