ARMACoefficients(Coord: IMsFormulaTransformCoord): ISlARMA;
The property is read-only.
The ARMACoefficients property returns estimated coefficients of moving average autoregression.
The estimation of coefficients is made at the stage of model identification. To do this, call the IMsStochasticMethod.Identify method.
The property use is given in the example for IMs2SLSTransform.ARMA.
See also: