ISlARMA.MaxStep

Fore Syntax

MaxStep: Double;

Fore.NET Syntax

MaxStep: double;

Description

The MaxStep property determines maximum distance between initial approximations of autoregression and seasonal average.

Comments

The property is outdated.

This property is taken into account if the conjugate gradients method is used for optimization, that is ISlARMA.EstimationMethod = ARMAEstimationMethodType.ConjugateGradient.

Minimum value of MaxStep: 0.01; default value: 1000.00;

See also:

ISlARMA