Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The IExponentialSmoothingBestTrialMethod interface defines the settings of best trial method for the exponential smoothing parameters automatic search.
IExponentialSmoothingBestTrialMethod
| 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: