IForecast.LowerConfidenceLevel

Fore Syntax

LowerConfidenceLevel: Array;

ForeNET syntax

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

Fore and Fore.NET Example

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

See also:

IForecast