ISlARMAGARCH

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.Stat;

Description

The ISlARMAGARCH interface is used to set up ARIMA for GARCH model.

Inheritance Hierarchy

          ISlARMAGARCH

Comments

GARCH model (Generalized ARCH) is a generalized ARCH model.

Properties

  Property name Brief description
The CoefficientsAR property returns coefficients of non-seasonal autoregression.
The CoefficientsMA property returns moving average coefficients.
The InitAR property determines initial approximations of non-seasonal autoregression.
The InitMA property determines initial approximations of seasonal moving average.
The OrderAR property determines an autoregression order.
The OrderMA property determines moving average order.

Methods

  Method name Brief description
The ParseAR method parses strings with parameters of non-seasonal autoregression.
The ParseMA method parses strings with parameters of moving average.

See also:

Stat Assembly Interfaces