IMsDiagnosticTestResults.CoefficientsAR

Syntax

CoefficientsAR: ICoefficients;

Description

The CoefficientsAR property returns autoregression coefficients.

Comments

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

Example

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

See also:

IMsDiagnosticTestResults