IEmExponentialSmoothingSettings

Assembly: Modeller;

Namespace: Prognoz.Platform.Interop.Modeller;

Description

The IEmExponentialSmoothingSettings interface determines the Exponential Smoothing method calculation parameters.

Inheritance hierarchy

          IEmMethodSettings

          IEmExponentialSmoothingSettings

Comments

Exponential smoothing is one of the most popular methods used to smooth and forecast a wide range of time series. This method is based on calculating exponential means.

To create an object with calculation parameters use the IExpressModeller.CreateExponentialSmoothingSettings method.

Properties

  Property name Brief description
Alpha The Alpha property determines value of alpha parameter.
Delta The Delta property determines delta parameter value.
Explained The Explained property determines a smoothable series.
Gamma The Gamma property determines value of the gamma parameter.
Phi The Phi property determines value of phi parameter.
Seasonality The Seasonality property determines seasonality type.
SeasonalityCycle The SeasonalCycle property determines duration of the seasonality period..
Trend The Trend property determines trend type.

Properties inherited from IEmMethodSettings

  Property name Brief description
Format The Format property determines a set of sections displayed in the report of express modeling method calculation.
MissingData The MissingData property returns missing initial data processing parameters, used by the express modeling method.
Period The Period property returns calculation period parameters for the express modeling method.
ReportSettings The ReportSettings property returns report parameters for calculating the express modeling method.
Sections The Sections property returns report sections data of express modeling method calculation.

See also:

Modeller Assembly Interfaces | TheExponential Smoothing Method