ISmBinaryModel.Forecast

Fore Syntax

Forecast: IForecast;

Fore.NET Syntax

Forecast: Prognoz.Platform.Interop.Stat.IForecast;

Description

The Forecast property returns the forecasting series.

Comments

Probability of the forecasting series is returned by the ISmBinaryModel.ProbabilityForecast property.

The following forecasting series components are not calculated for binary regression:

Fore and Fore.NET Examples

The property use is given in the example for ISmBinaryModel.BinaryForecast.

See also:

ISmBinaryModel