IForecast.LowerConfidenceLevel

Syntax

LowerConfidenceLevel: Array;

Description

The LowerConfidenceLevel property returns values of lower confidence bound for a forecasting series.

Comments

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

Example

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

See also:

IForecast