AutoARIMAGetCompleteTimeSeries Method |
Returns the original series with potentially missing values replaced
by estimates.
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 containing the original time series
with missing values replaced by estimates.
Remarks
One of the Compute methods must be called before invoking
this method. Otherwise, an InvalidOperationException
exception is thrown.
See Also