IMsLinearRegressionTransform.AutoRegressionOrder

Fore Syntax

AutoRegressionOrder: Array;

Fore.NET Syntax

AutoRegressionOrder: System.Array;

Description

The AutoRegressionOrder property determines whether coefficients of autoregression are used in the equation.

Comments

The property is outdated, use IMsLinearRegressionTransform.ARMA.

Autoregression coefficients are set as an array of integers. The number of array elements is determined by the order, and element values determine the lag for autoregression coefficients. To cancel the autoregression use, set the property to Null.

See also:

IMsLinearRegressionTransform