IExponentialSmoothingBestTrialMethod.MaxIteration

Syntax

MaxIteration: Integer;

Description

The MaxIteration property determines maximum number of iterations (n) for the best trial method.

Comments

To determine the number of realizations (S) in one iteration of the best trial method, use the IExponentialSmoothingBestTrialMethod.Order property.

Example

The property use is given in the example for IExponentialSmoothingBestTrialMethod.InitialApproximation.

See also:

IExponentialSmoothingBestTrialMethod