IMsDiagnosticTestResults.CoefficientsARNames

Syntax

CoefficientsARNames: Array;

Description

The CoefficientsARNames property returns the name of autoregression coefficients.

Comments

The coefficients are calculated if the order of autoregression is set in the tested model. To get values of coefficients, use the IMsDiagnosticTestResults.CoefficientsAR property.

Example

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

See also:

IMsDiagnosticTestResults