IMsDiagnosticTestResults.CoefficientsMANames

Fore Syntax

CoefficientsMANames: Array;

Fore.NET Syntax

CoefficientsMANames: System.Array;

Description

The CoefficientsMANames property returns the name of coefficients of the moving average.

Comments

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.

Fore and Fore.NET Examples

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

See also:

IMsDiagnosticTestResults