DynamicUpperConfidenceLevel

Syntax

DynamicUpperConfidenceLevel(Forecast: IMsForecast)

Parameters

Forecast. Forecasting series.

Description

It returns the upper dynamic confidence limit of forecasting series.

Example

Formula Result Application
= DynamicUpperConfidenceLevel((Arima({GDP|Ancorage[t]}, Null, "", "1", 0, Estimate) as ms.IMsForecastObject).Forecast(Null)) Upper dynamic confidence limit values will obtained 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.
= DynamicUpperConfidenceLevel((Arima(X1, Null, "", "1", 0, Estimate) as ms.IMsForecastObject).Forecast(Null)) Upper dynamic confidence limit values will obtained for the ARIMA model. It is used in model variable-based formulas of modeling container.

See also:

Functions Available in Expression Editor │ ForescastingIModelling.DynamicUpperConfidenceLevel