DynamicLowerConfidenceLevel

Syntax

DynamicLowerConfidenceLevel(Forecast: IMsForecast)

Parameters

Forecast. Forecasting series.

Description

It returns the low dynamic confidence limit of forecasting series.

Example

Formula Result Application
= DynamicLowerConfidenceLevel((Arima({GDP|Ancorage[t]}, Null, "", "1", 0, Estimate) as ms.IMsForecastObject).Forecast(Null)) Lower 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.
= DynamicLowerConfidenceLevel((Arima(X1, Null, "", "1", 0, Estimate) as ms.IMsForecastObject).Forecast(Null)) Lower 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.DynamicLowerConfidenceLevel