Returns the time series used to construct ARMAMaxLikelihood.

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 containing the values of the time series passed to the class constructor.

See Also