IForecast.UpperConfidenceLevel

Fore Syntax

UpperConfidenceLevel: Array;

ForeNET syntax

UpperConfidenceLevel: System.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.

Fore and Fore.NET Example

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

See also:

IForecast