Click or drag to resize
AutoARIMAGetCompleteTimes Method
Returns all time points at which the original series was observed, including values for times with missing values in x.

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

Return Value

Type: Int32
An int array of length times[times.Length-1]-times[0]+1 containing the times at which the time series (including missing values) was observed.
Remarks
One of the Compute methods must be called before invoking this method. Otherwise, an InvalidOperationException exception is thrown.
See Also