IMSL C# Numerical Library

ARMAEstimateMissing.GetCompleteTimes Method 

Returns an int array of all time points, including values for times with missing values in z.

public int[] GetCompleteTimes();

Return Value

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

ARMAEstimateMissing Class | Imsl.Stat Namespace