IMsForecast.DynamicLowerConfidenceLevel

Fore Syntax

DynamicLowerConfidenceLevel: ITimeSeries;

Fore.NET Syntax

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

Description

The DynamicLowerConfidenceLevel property returns lower dynamic confidence limit of forecast series.

Comments

To get upper dynamic confidence limit of forecast level, use the IMsForecast.DynamicUpperConfidenceLevel property.

Fore and Fore.NET Examples

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

See also:

IMsForecast