IMs2SLSTransform.ARMACoefficients

Syntax

ARMACoefficients(Coord: IMsFormulaTransformCoord): ISlARMA;

Description

The ARMACoefficients property returns estimated coefficients of autoregression and moving average.

Comments

The estimation of coefficients is made at the stage of model identification. For this call the IMsStochasticMethod.Identify method.

Example

The property use is given in the example for IMs2SLSTransform.ARMA.

See also:

IMs2SLSTransform