LowerConfidenceLevel

Syntax

LowerConfidenceLevel(Forecast: IMsForecast)

Parameters

Forecast. Forecasting series.

Description

It returns low confidence limit of forecasting series.

Example

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

See also:

Functions Available in Expression Editor │ ForescastingIModelling.LowerConfidenceLevel