Returns the times at which missing values were estimated.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int[] GetMissingTimes()
Visual Basic (Declaration)
Public Function GetMissingTimes As Integer()
Visual C++
public:
array<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