IExponentialSmoothingBestTrialMethod

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.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
The InitialApproximation property determines initial approximation of parameters.
The MaxIteration property determines maximum number of iterations (n) for the best trial method.
The MethodConstant property determines the constant Z in the Best Trial method.
The Order property determines the number of realizations S in a single iteration of the Best Trial method.
SomeParameter Outdated. Use IExponentialSmoothingBestTrialMethod.MaxIteration.

See also:

Stat Assembly Interfaces | Best trial method