LinearRegressionEquationWizardView.getIsArmaEnabled

Syntax

getIsArmaEnabled ();

Description

The getIsArmaEnabled method determines whether the AR (Autoregression) and MA (Moving Average) fields are active.

Comments

This method returns True, if at least one of the fields AR (autoregression) or MA (moving average) in the linear regression parameters wizard is active, otherwise the method returns False.

Example

The example of using the getIsArmaEnabled method is given on the LinearRegressionEquationWizardView.CurrentState page.

See also:

LinearRegressionEquationWizardView