ARMACoefficients(Coord: IMsFormulaTransformCoord): ISlARMA;
Coord. Output variable slice, for which calculation is executed.
The ARMACoefficients property returns the estimated coefficients of autoregression and moving average.
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.
The property use is given in the example for IMsPooledModelTransform.Coefficients.
See also: