IMsDiagnosticTestResults.CoefficientsMA

Syntax

CoefficientsMA: ICoefficients;

Description

The CoefficientsMA property returns moving average coefficients.

Comments

Coefficients are calculated if the moving average order is set in the tested model. To get names of coefficients, use the IMsDiagnosticTestResults.CoefficientsMANames property.

Example

The property use is given in the example for IMsLinearRegressionTransform.DiagnosticTests.

See also:

IMsDiagnosticTestResults