IMsLinearRegressionTransform.MovingAverageCoefficients

Syntax

MovingAverageCoefficients(Coord: IMsFormulaTransformCoord): ISlMovingAverage;

Parameters

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

Description

The MovingAverageCoefficients property returns an object that contains moving average identified coefficients, that were calculated for the specified variable slice.

Comments

The property is outdated, use IMsLinearRegressionTransform.ARMACoefficients.

See also:

IMsLinearRegressionTransform