IMsForecast.UpperConfidenceLevel

Fore Syntax

UpperConfidenceLevel: ITimeSeries;

Fore.NET Syntax

UpperConfidenceLevel: Prognoz.Platform.Interop.Ms.ITimeSeries;

Description

The UpperConfidenceLevel property returns upper confidence limit of forecast series.

Comments

To get lower confidence limit of forecast series, use the IMsForecast.LowerConfidenceLevel property.

Fore and Fore.NET Examples

The property use is given in the example for IMsForecastObject.Forecast.

See also:

IMsForecast