ISmCointegratingRegression.Forecast

Fore Syntax

Forecast: IForecast;

Fore.NET Syntax

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

Description

The Forecast property returns the forecasting series and its confidence bounds.

Comments

To get the modeling series, use the ISmCointegratingRegression.Fitted property.

Fore and Fore.NET Examples

The property use is given in the example for ISmCointegratingRegression.AdditionalRegressors.

See also:

ISmCointegratingRegression