Click or drag to resize
ARAutoUnivariateGetTimeSeries Method
Returns the time series used for estimating the minimum AIC and the autoregressive coefficients.

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

Return Value

Type: Double
A double array containing the time series values set in the constructor.
See Also