Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The ISlARMAGARCH interface is used to set up ARIMA for GARCH model.
ISlARMAGARCH
GARCH model (Generalized ARCH) is a generalized ARCH model.
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. |
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: