ISlEquation.Trend

Fore Syntax

Trend: IIntercept;

Fore.NET Syntax

Trend: Prognoz.Platform.Interop.Stat.IIntercept;

Description

The Trend property returns parameters of the equation trend.

Comments

Trend parameters are taken into account when calculating an error correction model with a trend and a constant in autoregressive and cointegration equation, and quadratic trend in data.

Fore and Fore.NET Examples

The property use is given in the example for ISmErrorCorrectionModel.CointegralCount

See also:

ISlEquation