IMSL C# Numerical Library

ARMAEstimateMissing.GetMissingTimes Method 

Returns the times at which missing values were estimated.

public int[] GetMissingTimes();

Return Value

An int array containing the times at which missing values were estimated. If there are no missing values a null array is returned.

See Also

ARMAEstimateMissing Class | Imsl.Stat Namespace