AutoARIMAGetOutlierFreeForecast Method |
Returns forecasts for the outlier free series.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetOutlierFreeForecast()
Public Function GetOutlierFreeForecast As Double()
public:
array<double>^ GetOutlierFreeForecast()
member GetOutlierFreeForecast : unit -> float[]
Return Value
Type:
Double
A
double array of length
nForecast
containing the forecasts for the outlier free series. Forecast origin
is the time point of the last observed value in the time series,
. Forecasts are
returned for lead times
,
i.e. time points
.
Remarks
Method Forecast must be invoked before this method is
called. Otherwise, an InvalidOperationException
exception is thrown.
See Also