Parameters: IExponentialSmoothingParameters;
The Parameters property returns parameters of the method of exponential smoothing.
Method parameters is a set of coefficients: Alpha, Delta, Gamma, Phi.
To autoselect parameter values, use the IMsExponentialSmoothingTransform.AutoSearch property.
The property use is given in the example for IMsExponentialSmoothingTransform.AsForecasting.
See also: