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.0.0

Syntax

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