Have a Question?
Phone: +1 (888) 427-9486
+1 (312) 324-0367
Fax: +1 (312) 238-9092
Or use our Contact Form
Advanced Models
The Advanced models framework addresses the need to build a combo model. A combo model has two components: (1) conditional mean model (e.g. ARMAi), and a conditional variance model (e.g. GARCHi).
The Advanced (Combo) model is described as follow:
![]() |
![]() |
Where:
is the conditional mean time series
is the innovation/shocks/residuals time series. -
![\left[\epsilon\right] \sim i.i.d](/sites/all/files/tex/389068358fc0fd5b8e3d330ae12f1049af7f4597.png)
is the conditional mean function (e.g. ARMA)
is the conditional variance function (e.g. ARCH/GARCH)
is the conditional variance time series
Remarks
- In the combo model definition,
is defined only in terms of its past observations. To bring exogenous factor, we can use a GLM model to capture the mean and expand the definition. - The standardized innovations/shocks (i.e.
) can be modeled to follow either a Gaussian or a leptokurtic distribution (e.g. student's t, GEDi, etc.). - The number of free parameters in our combo model is the sum of the two components model parameters minus two(2).
For instance, an ARMA-GARCH combo model will have the following: (1) p+q+1 free parameters from the ARMA(p,q) , and (2) M+N+1 free parameters from the GARCH(M,N) components

![\[ x_t = \mu_t + a_t = f(x_{t-1}\,,...\,,x_{t-M},a_{t-1}\,,a_{t-2}\,,...\,,a_{t-N}\,,\sigma_{t}) + a_t \]](/sites/all/files/tex/063248c01f48a05f3f165e369bba07b43898c0e8.png)
![\[ \sigma_t^2= V(\sigma_{t-1}^2\,,..\,,\sigma_{t-q}^2\,,a_{t-1}^2\,,..\,,a_{t-p}^2) \]](/sites/all/files/tex/8ddb6261b7ccdc009b80058afc596bebd03eb709.png)