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.0.0

Syntax

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

Return Value

A double array containing the time series values set in the constructor.

See Also