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