Click or drag to resize
ARMAMaxLikelihoodGetTimeSeries Method
Returns the time series used to construct ARMAMaxLikelihood.

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

Return Value

Type: Double
A double containing the values of the time series passed to the class constructor.
See Also