IExponentialSmoothingBestTrialMethod

Assembly: Stat;

Description

The IExponentialSmoothingBestTrialMethod interface defines the settings of best trial method for the exponential smoothing parameters automatic search.

Inheritance Hierarchy

          IExponentialSmoothingBestTrialMethod

Properties

  Property name Brief description
InitialApproximation

The InitialApproximation property determines initial approximation of parameters.
MaxIteration

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

The MethodConstant property determines the constant Z in the Best Trial method.
Order

The Order property determines the number of realizations S in a single iteration of the Best Trial method.

See also:

Stat Assembly Interfaces | Best trial method