Forecast

Syntax

Forecast(Forecast: IMsForecast; Period: IMsPeriod)

Parameters

Forecast. Forecasting series.

Period. Data forecast period.

Description

It returns forecasting values for the specified series.

Comments

To get modeling series use the Fitted function.

Example

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 │ ForescastingIModelling.Forecast