CoefficientsARNames: Array;
The CoefficientsARNames property returns the name of autoregression coefficients.
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.
The property use is given in the example for IMsLinearRegressionTransform.DiagnosticTests.
See also: