ARMAEstimateMissingGetCompleteTimeSeries Method |
Returns a double precision vector of length
tpoints[tpoints.Length-1]-tpoints[0]+1 containing the
observed values in the time series z plus estimates for
missing values in gaps identified in tpoints.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetCompleteTimeSeries()
Public Function GetCompleteTimeSeries As Double()
public:
array<double>^ GetCompleteTimeSeries()
member GetCompleteTimeSeries : unit -> float[]
Return Value
Type:
Double
A
double array of length
tpoints[tpoints.Length-1]-tpoints[0]+1
containing the observed values in the time series
z plus estimates for
missing values in gaps identified in
tpoints.
Exceptions See Also