Click or drag to resize
ARMAEstimateMissing.GetMissingTimes Method
Returns the times at which missing values were estimated.

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

Return Value

Type:Int32[]
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