IMsPooledModelTransform.ARMACoefficients

Syntax

ARMACoefficients(Coord: IMsFormulaTransformCoord): ISlARMA;

Parameters

Coord. Output variable slice, for which calculation is executed.

Description

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

Comments

Coord cannot be set to Null.

The coefficients can be estimated if they were used in the model. The autoregression and moving average parameters can be set by the IMsPooledModelTransform.ARMA property.

Example

The property use is given in the example for IMsPooledModelTransform.Coefficients.

See also:

IMsPooledModelTransform