CoefficientsMA: ICoefficients;
CoefficientsMA: Prognoz.Platform.Interop.Stat.ICoefficients;
The CoefficientsMA property returns moving average coefficients.
Coefficients are calculated if the moving average order is set in the tested model. To get names of coefficients, use the IMsDiagnosticTestResults.CoefficientsMANames property.
The property use is given in the example for IMsLinearRegressionTransform.DiagnosticTests.
See also: