Forecast(Forecast: IMsForecast; Period: IMsPeriod)
Forecast. Forecasting series.
Period. Data forecast period.
It returns forecasting values for the specified series.
To get modeling series use the Fitted function.
Formula | Result | Application |
= Forecast(Arima({GDP|Anchorage[t]}, Null, "", "1", 0, Estimate), SetPeriod("01.01.2010", "01.01.2015")) | Forecast values will be obtained for the period from 2010 to 2015 for the ARIMA model. | It can be used in formulas of calculated series of time series database and in formulas of attribute-based models of modeling container. |
= Forecast(Arima(X1, Null, "", "1", 0, Estimate), SetPeriod("01.01.2010", "01.01.2015")) | Forecast values will be obtained for the period from 2010 to 2015 for the ARIMA model. | It can be used in model variable-based formulas of modeling container. |
See also:
Functions Available in Expression Editor │ Forescasting │ IModelling.Forecast