IEmARIMASettings

Assembly: Modeller;

Namespace: Prognoz.Platform.Interop.Modeller;

Description

The IEmARIMASettings interface determines ARIMA method calculation parameters.

Inheritance hierarchy

          IEmMethodSettings

          IEmARIMASettings

Comments

Use the IExpressModeller.CreateARIMASettings method to create an object with calculation parameters.

Properties

  Property name Brief description
AutoRegressOrder The AutoRegressOrder property determines non-seasonal autoregression order.
ConstantEstimate The ConstantEstimate property determines constant value.
DifferenceOrder The DifferenceOrder property determines order of non-seasonal difference.
Explained The Explained property determines explained variable.
MaximumIterations The MaximumIterations property determines maximum number of iterations used for optimizing.
MovingAverageOrder The MovingAverageOrder property determines non-seasonal moving average order.
SeasonalAutoRegressOrder The SeasonalAutoRegressOrder property determines seasonal autoregression order.
SeasonalCycle The SeasonalCycle property determines duration of the seasonality period.
SeasonalDifferenceOrder The SeasonalDifferenceOrder property determines order of seasonal difference.
SeasonalMovingAverageOrder The SeasonalMovingAverageOrder property determines seasonal autoregression order.

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