Phone: +1 (888) 427-9486
+1 (312) 324-0367
Fax: +1 (312) 238-9092
Contact Us
GARCH (Pro.)
Returns an array of cells for the packed form of a given GARCHi model.
Syntax
mean
is the GARCH model mean (i.e. mu).
alphas
are the parameters of the ARCH(p) component model (starting with the lowest lag).
betas
are the parameters of the GARCH(q) component model (starting with the lowest lag).
innovation
is the probability distribution function of the innovations/residuals (1=Gaussian, 2=t-Distribution, 3=GEDi). If missing, a gaussian distribution is assumed.
| value | Description |
|---|---|
| 1 | (default) Gaussian or Normal Distribution |
| 2 | Student's t-Distribution |
| 3 | Generalized Error Distribution (GED) |
v
is the shape factor (or degrees of freedom) of the innovations/residuals probability distribution function.
Remarks
- The underlying model is described here.
- The number of parameters in the input argument - alpha - determines the order of the ARCH component model.
- The number of parameters in the input argument - beta - determines the order of the GARCH component model.
-
The GARCH function returns an array of size p+q+7 in the following order:
-
-
-
- Innovation type (1=Normal, 2=Student's t, 3=GED)
-
-
shape parameter (degrees of freedom).
-
-
-
References
- Hamilton, J .D.; Time Series Analysis
, Princeton University Press (1994), ISBN 0-691-04289-6 - Tsay, Ruey S.; Analysis of Financial Time Series
John Wiley & SONS. (2005), ISBN 0-471-690740
