IExponentialSmoothingBestTrialMethod.MaxIteration

Fore Syntax

MaxIteration: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IExponentialSmoothingBestTrialMethod