IArimaSpecification

Description

The IArimaSpecification interface defines the specification parameters of the ARIMA method.

Properties

  Property name Brief description
AutoRegressionOrder

The AutoRegressionOrder property determines autoregression order.
Cycle

The Cycle property determines seasonality period.
DifferenceOrder

The DifferenceOrder property determines difference order.
MovingAverageOrder

The MovingAverageOrder property determines order of moving average.
SeasonalAutoRegressionOrder

The SeasonalAutoRegressionOrder property sets order of seasonal autoregression.
SeasonalDifferenceOrder

The SeasonalDifferenceOrder property determines order of seasonal difference.
SeasonalMovingAverageOrder

The SeasonalMovingAverageOrder property determines order of seasonal moving average.

See also:

Stat Assembly Interfaces | IArimaSpecificationInitialValues