ARMAEstimateMissingGetMissingTimes Method |
Returns the times at which missing values were estimated.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int[] GetMissingTimes()
Public Function GetMissingTimes As Integer()
public:
array<int>^ GetMissingTimes()
member GetMissingTimes : unit -> int[]
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