UpperConfidenceLevel(Forecast: IMsForecast)
Forecast. Forecasting series.
It returns the upper confidence upper confidence limit of forecasting series.
Formula | Result | Application |
= UpperConfidenceLevel((Arima({GPD|Anchorage[t]}, Null, "", "1", 0, Estimate) as ms.IMsForecastObject).Forecast(Null)) | Upper 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. |
= UpperConfidenceLevel((Arima(X1, Null, "", "1", 0, Estimate) as ms.IMsForecastObject).Forecast(Null)) | Upper 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 │ Forescasting │ IModelling.UpperConfidenceLevel