IForecast.UpperConfidenceLevel

Syntax

UpperConfidenceLevel: Array;

Description

The UpperConfidenceLevel property returns values of upper confidence bound for a forecasting series.

Comments

To get the value of lower confidence bound for a forecasting series, use the IForecast.LowerConfidenceLevel property.

Example

An example of use is given in the example for the IForecast.Value property.

See also:

IForecast