IMsDiagnosticTestResults.CoefficientsMANames

Syntax

CoefficientsMANames: Array;

Description

The CoefficientsMANames property returns the name of coefficients of the moving average.

Comments

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

Example

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

See also:

IMsDiagnosticTestResults