IEmCensus1Settings

Assembly: Modeller;

Namespace: Prognoz.Platform.Interop.Modeller;

Description

The IEmCensus1Settings interface determines Census 1 method calculation parameters.

Inheritance hierarchy

          IEmMethodSettings

          IEmCensus1Settings

Comments

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

Properties

  Property name Brief description
CenterMovingAverage The CenterMovingAverage property determines whether the moving average should be centered.
Seasonality The Seasonality property determines seasonality type.
SeasonalityCycle The SeasonalityCycle property determines duration of the seasonality period.
Serie The Serie property determines a smoothable series.

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 | TheCensus1 Method