Returns forecasts for the outlier free series.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double[] GetOutlierFreeForecast() |
Visual Basic (Declaration) |
---|
Public Function GetOutlierFreeForecast As Double() |
Visual C++ |
---|
public: array<double>^ GetOutlierFreeForecast() |
Return Value
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,


Remarks
Method Forecast must be invoked before this method is
called. Otherwise, an InvalidOperationException
exception is thrown.