#Introduction to gmvarkit)
经管之家:Do the best economic and management education!
bbs.pinggu.org[China] Author:Daniel tulips liu
title: “Introduction to gmvarkit”
author: “Savi Virolainen”
date: “r Sys.Date()”
header-includes: \usepackage{amsmath}
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Introduction to gmvarkit}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
The package gmvarkit contains tools to estimate and analyze Gaussian Mixture Vector Autoregressive (GMVAR) model (see Kalliovirta et. al. 2016). We briefly give the definition of the GMVAR model in this vignette, and also very briefly cover some its attractive theoretical and practical properties. For more comprehensive discussion, we refer to the cited article by Kalliovirta, Meitz, and Saikkonen (2016).
See the readme file for a short introduction on how to use gmvarkit.
The GMVAR models in gmvarkit are defined as class gmvar S3 ob jects which can be created with the estimation function fitGMVAR or with the constructor function GMVAR. The created gmvar ob jects are then be conveniently used as main arguments in many other functions that allow, for example, model diagnostics, simulations, and forecasting. Therefore, after estimating a GMVAR model it’s easy to use the other functions for further analysis. However, some tasks such as imposing linear constraints, creating GMVAR models without estimation, or setting up initial population for the genetic algorithm employed by the estimation function, require accurate understanding on how the parameter vectors are constructed in this package.
The notations for (unconstrained) parameter vector are in line with the cited article by Kalliovirta et. al. (2016), but for clarity we repeat these notations in the second section of this vignette. In the third section, we show how to apply general linear constraints to the autoregressive parameters of a GMVAR model. Two examples are given to demonstrate how to use the general formula. In the fourth section we have listed some useful functions and methods found in gmvarkit and briefly explain how they work and how to use them.
Definition of the GMVAR model
The Gaussian mixture vector autoregressive (GMVAR) model with mixture components and autoregressive order , which we refer to as the GMVAR() model, is a mixture of stationary Gaussian VAR() models with time varying mixing weights. At each point of time , a GMVAR process generates an observation from one of its mixture components (also called regimes) according to the probabilities pointed by the mixing weights.
Let , be the -dimensional vector valued time series of interest, and let be the -algebra generated by the random variables (containing the information on the past of ). Let be the number of mixture components, and a sequence of (non-observable) random vectors such that at each exactly one of its components takes the value one and others take the value zero. The component that takes the value one is selected according to the probabilities , with for all .
Then, for a GMVAR() model, we have
where is a conditional positive definite covariance matrix, NID stands for “normally and independently distributed”, and
is interpreted as the conditional mean of the th mixture components. The terms are intercept parameters and are the autoregressive (AR) matrices. The random vectors are assumed to be independent from and conditionally indepedent from given . The probabilities are referred to as the mixing weights.
For each , the AR matrices , are assumed to satisfy the usual stability condition of VAR models. Namely, denoting
we assume that modulus of all eigenvalues of the matrix are smaller than one, for each .
Based on the above definition, the conditional density function of given , , is given as
The distribution of given its past is thus a mixture of multivariate normal distributions with time varying mixing weights . The conditional mean and covariance matrix of given are obtained as
In order to define the mixing weights , consider first auxiliary stationary Gaussian VAR-processes , and the related -dimensional random vectors . The density of is
\begin{equation}\label{dpdensities}
n_{dp}(\boldsymbol{z}{t,m};\mu_m,\boldsymbol{\Sigma}{m,p})=(2\pi){-dp/2}\det(\boldsymbol{\Sigma}_{m,p}){-1/2}\exp\left\lbrace -\frac{1}{2}(\boldsymbol{z}{t,m} - \boldsymbol{1}p\otimes\mu_m)´\boldsymbol{\Sigma}{m,p}^{-1}(\boldsymbol{z}{t,m} - \boldsymbol{1}_p\otimes\mu_m)\right\rbrace ,
\end{equation}
where , , and is obtained from where
Denoting , the mixing weights of the GMVAR model are defined as
where the mixing weights parameters are assumed to satisfy and the -dimensional normal densities are as in (\ref{dpdensities}). The probabilities for each regime occuring therefore depend on the level, variability, and temporal depedence of the past observations. This is a convenient feature for forecasting but it also enables the researcher to associate certain characteristics to different regimes.
Some theoretical properties of GMVAR model
Stationary distribution
\textbf{Theorem 1} Consider the GMVAR process that satisfies the model assumptions. Then is a Markov Chain on with stationary distribution characterized by the density
Moreover, is ergodic.
Theorem 1 shows that the stationary distribution of is a mixture of M multinormal distributions with constant mixing weights . Consequently, all moments of the stationary distribution exist and are finite.
Interpretation of the mixing weights and
According to Theorem 1 immediately has the interpretation as the unconditional probability of the random vector being generated from the th mixture component. Consequently also represents the unconditional probability of the component being generated from the th mixture component (see Kalliovirta et al. 2016, Section 3.3 for more details).
As noted, the mixing weights are the conditional probabilities for the random vector being generated from the th mixture component. According the definition of the mixing weights, regimes with higher likelihood of the past observations are more likeli to generate the new observations but the likelihoods are also scaled with the mixing weight parameters .
Properties of the maximum likelihood estimator
Under general conditions (see Kalliovirta et al. 2016, Assumption 1), the maximum likelihood estimator for the parameters of the GMVAR model is strongly consistent.
Under general conditions (namely, Assumptions 1 and 2 in Kalliovirta et al. 2016), the maximum likelihood estimator has the conventional limiting distribution (normal).
General notations and unconstrained models
In this section, we cover the notation for parameter vectors (the same as in Kalliovirta et al. 2016 for unconstrained models) and explain how to impose linear constraints in gmvarkit.
General notations
Specifying the order of a GMVAR model requires specifying the autoregressive order p and the number of mixture components M. The number of time series in the system is denoted by d, and it’s assumed that d is larger than one.1 The form of the parameter vector depends on whether an unconstrained or constrained model is considered.
Parameter vector of unconstrained model
The parameter vector for unconstrained model is of size ((M(pd^2+d(d+1)/2+1)-1)x1) and has form
Above denotes the intercept parameter of m:th mixture component, denotes the coefficient matrix of m:th mixture component and i:th lag, denotes the (positive definite) error term covariance matrix, and denotes the mixing weight parameter of m:th mixture component. is a vectorization operator that stacks columns of a matrix into a vector and stacks columns of a matrix from the main diagonal downwards (including the main diagonal) into a vector.
The parameter vector above has “intercept” parametrization, referring to the intercept terms . However, it’s also possible to use “mean” parametrization, where the intercept terms are simply replaced by the regimewise means .
Models with linear constraints
General linear constraints and parameter vector
Imposing linear constraints on the autoregressive parameters of GMVAR model is straightforward in gmvarkit. The constraints are expressed in a rather general form allowing arbitrary linear constraints, but one needs to take the time to construct the constraint matrix carefully for each particular case.
We consider constraints of form
is known constraint matrix (of full column rank) and is unknown parameter vector.
The parameter vector for constrained model is size ((M(d+d(d+1)/2+1)+q-1)x1) and has form
where is the parameter vector containing constrained autoregressive parameters. As in the case of regular models, instead of the intercept parametrization that takes use of intercept terms , one may use the mean parametrization with regimewise means instead (m=1,…,M).
Examples of linear constraints
Consider the following two common uses for linear constraints: restricting the autoregressive parameters to be the same for all regimes and constraining some parameters to zero. Of course also some other constraints may be useful, but we chose to show illustrative examples of these two as they occur in the cited article by Kalliovirta et al. (2016).
Restricting AR parameters to be the same for all regimes
To restrict the AR parameters to be the same for all regimes, we want to be the same for all m=1,…,M. The parameter vector then corresponds to any , and therefore . For the constraint matrix we choose
that is, M pieces of diagonal matrices stacked on top of each other, because then
Restricting AR parameters to be the same for all regimes and constraining non-diagonal elements of coefficient matrices to be zero
The previous example shows how to restrict the AR parameters to be the same for all regimes, but say we also want to constrain the non-diagonal elements of coefficient matrices (m=1,…,M, i=1,…,p) to be zero. We have the constrained parameter representing the unconstrained parameters , where by assumption and the elements of (i=1,…,p) corresponding to the diagonal are zero.
For illustrative purposes, let’s consider a GMVAR model with autoregressive degree p=2, number of mixture components M=2 and number of time series in the system d=2. Then we have
By a direct calculation, we can see that choosing the constraint matrix
satisfies
Functions in gmvarkit
Estimating a GMVAR model
gmvarkit provides the function fitGMVAR for estimating a GMVAR model. The maximum likelihood estimation is performed in two phases: in the first phase fitGMVAR uses a genetic algorithm to find starting values for gradient based variable metric algorithm, which it then uses to finalize the estimation in the second phase. It’s important to keep in mind that it’s not guaranteed that the numerical estimation algorithms end up in the global maximum point rather than a local one. Because of multimodality and challenging surface of the log-likelihood function, it’s actually expected that most of the estimation rounds won’t find the global maximum point. For this reason one should always perform multiple estimation rounds. Parallel computing is used to obtain the results faster. The number of CPU cores used can be set with the argument ncores, and the number of estimation rounds can be controlled with the argument ncalls.
If the model estimates poorly, it is often because the number of mixture components M is chosen too large. One reason for is that the genetic algorithm is (with the default settings) designed to find solutions with non-zero mixing weights for all regimes. One may also adjust the settings of the genetic algorithm employed, or set up an initial population with guesses for the estimates. This can by done by passing arguments in fitGMVAR to the function GAfit which implements the genetic algorithm. To check the available settings, read the documentation ?GAfit. If the iteration limit is reached when estimating the model, the function iterate_more can be used to finish the estimation.
Parameters of the estimated model are printed in an illustrative and easy to read form. In order to easily compare approximate standard errors to certain estimates, one can print the approximate standard errors of the estimates in the same form with the function print_std_errors. Numerical approximation of the gradient and Hessian matrix of the log-likelihood at the estimates can be obtained conveniently with the functions get_gradient or get_foc and get_hessian, and eigenvalues of the Hessian can be obtained with the function get_soc.
Profile log-likelihood functions of the parameters around the estimates can be plotted with the function profile_logliks.
The estimated ob jects have their own print, plot, and summary methods.
The function alt_gmvar can be used to build GMVAR model based on an arbitrary estimation round. This can be used to consider estimates pointed by local maximums instead of the ML estimate.
Model diagnostics
gmvarkit considers model diagnostics based on multivariate extension of quantile residuals (see Kalliovirta and Saikkonen 2010), whose are under the correct model specification asymptotically multivariate standard normal distributed. The quantile residual tests introduced by Kalliovirta and Saikkonen (2010) can be performed with the function quantile_residual_tests by providing the estimated model (that is class gmvar ob ject) as an argument.
For graphical diagnostics one may use the function diagostic_plot, which enables one to plot the quantile residual time series, auto- and cross-correlation functions of quantile residuals or their squares, or quantile residual histograms and normal QQ-plots.
Constructing a GMVAR model without estimation
One may wish to construct an arbitrary GMVAR model without any estimation process, for example in order to simulate from a particular process of interest. An arbitrary model can be created with the function GMVAR. If one wants to add or update data to the model afterwards, it’s advisable to use the function add_data.
Simulating from GMVAR process
The function simulateGMVAR is the one for the job. As the main argument it uses a gmvar ob ject created with fitGMVAR or GMVAR.
Forecasting GMVAR process
The package gmvarkit contains predict method predict.gmvar for forecasting GMVAR processes. For one step predictions using the exact formula for conditional mean is supported, but the forecasts further than that are based on independent simulations. The predictions are either sample means or medians and the confidence intervals are based on sample quantiles. The ob jects generated by predict.gmvar have their own plot method. We also encourage directly using the function simulateGMVAR for forecasting (see the forecasting example in the documentation ?simulateGMVAR).
Univariate analysis
Use the package uGMAR for analysing univariate time series.
References
- Kalliovirta L., Meitz M. and Saikkonen P. (2016) Gaussian mixture vector autoregression. Journal of Econometrics, 192, 485-498.
- Kalliovirta L. and Saikkonen P. (2010) Reliable Residuals for Multivariate Nonlinear Time Series Models. Unpublished Revision of HECER Discussion Paper No. 247.
For univariate analysis one may use the package
uGMAR. ↩︎




雷达卡




京公网安备 11010802022788号







