Click or drag to resize
ARMAEstimateMissingGetCompleteTimes Method
Returns an int array of all time points, including values for times with missing values in z.

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 all times from tpoints[0]=1 to tpoints.Length+NumberMissing, where NumberMissing is the number of values removed from the original time series.
See Also