#Introduction to gmvarkit)
经管之家:Do the best economic and management education!
bbs.pinggu.org[China] Author:Daniel tulips liu
r Sys.Date()”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.
The Gaussian mixture vector autoregressive (GMVAR) model with M mixture components and autoregressive order p, which we refer to as the GMVAR(p,M) model, is a mixture of M stationary Gaussian VAR(p) models with time varying mixing weights. At each point of time t, 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 yt=(y1t,...,ydt), t=1,2,... be the d-dimensional vector valued time series of interest, and let Ft−1 be the σ-algebra generated by the random variables {yt−j,j>0} (containing the information on the past of yt). Let M be the number of mixture components, and st=(st,1,...,st,M) a sequence of (non-observable) random vectors such that at each t 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 Pr(st,m=1∣Ft−1)≡αm,t, m=1,...,M with ∑m=1Mαm,t=1 for all t.
Then, for a GMVAR(p,M) model, we have
yt=m=1∑Mst,m(μm,t+Ωm1/2εt),εt∼NID(0,Id),
where Ωm is a conditional positive definite covariance matrix, NID stands for “normally and independently distributed”, and
μm,t=φm,0+i=1∑pAm,iyt−i
is interpreted as the conditional mean of the mth mixture components. The terms φm,0 (d×1) are intercept parameters and Am,i (d×d) are the autoregressive (AR) matrices. The random vectors εt are assumed to be independent from Ft−1 and conditionally indepedent from st given Ft−1. The probabilities αm,t are referred to as the mixing weights.
For each m=1,...,M, the AR matrices Am,i, i=1,...,p are assumed to satisfy the usual stability condition of VAR models. Namely, denoting
Am=⎣⎢⎢⎢⎢⎢⎡Am,1Id0⋮0Am,20Id0⋯⋯⋯⋱⋯Am,p−1000IdAm,p0000⎦⎥⎥⎥⎥⎥⎤(dp×dp)
we assume that modulus of all eigenvalues of the matrix Am are smaller than one, for each m=1,...,M.
Based on the above definition, the conditional density function of yt given Ft−1, f(⋅∣Ft−1), is given as
f(yt∣Ft−1)=m=1∑Mαm,t(2π)−d/2det(Ωm)−1/2exp{−21(yt−μm,t)´Ωm−1(yt−μm,t)}.
The distribution of yt given its past is thus a mixture of multivariate normal distributions with time varying mixing weights αm,t. The conditional mean and covariance matrix of yt given Ft−1 are obtained as
E[yt∣Ft−1]=m=1∑Mαm,tμm,t,Cov[yt∣Ft−1]=m=1∑Mαm,tΩm+m=1∑Mαm,t(μm,t−n=1∑Mαn,tμn,t)(μm,t−n=1∑Mαn,tμn,t)′.
In order to define the mixing weights αm,t, consider first auxiliary stationary Gaussian VAR-processes zm,t, and the related dp-dimensional random vectors zt,m=(zt,m,...,zm,t−p+1). The density of zt,m 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 1p=(1,...,1) (p×1), μm=(Id−∑i=1pAm,i)−1φm,0, and Σm,p is obtained from vec(Σm,p)=(Idp2−Am⊗Am)−1vec(Σm,ε) where
Σm,ε=⎣⎢⎢⎢⎡Ωm0⋮0000⋯⋯⋱⋯00⋮0⎦⎥⎥⎥⎤(dp×dp).
Denoting yt−1=(yt−1,...,yt−p) (dp×1), the mixing weights of the GMVAR model are defined as
αm,t=∑n=1Mαnndp(yt−1;μn,Σn,p)αmndp(yt−1;μm,Σm,p),
where the mixing weights parameters αm are assumed to satisfy ∑m=1Mαm=1 and the dp-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 p observations. This is a convenient feature for forecasting but it also enables the researcher to associate certain characteristics to different regimes.
\textbf{Theorem 1} Consider the GMVAR process yt that satisfies the model assumptions. Then yt=(yt,...,yt−p+1) is a Markov Chain on Rdp with stationary distribution characterized by the density
f(y;θ)=m=1∑Mαmndp(y;υm).
Moreover, yt is ergodic.
Theorem 1 shows that the stationary distribution of yt is a mixture of M multinormal distributions with constant mixing weights αm. Consequently, all moments of the stationary distribution exist and are finite.
According to Theorem 1 αm immediately has the interpretation as the unconditional probability of the random vector yt being generated from the mth mixture component. Consequently αm also represents the unconditional probability of the component yt being generated from the mth mixture component (see Kalliovirta et al. 2016, Section 3.3 for more details).
As noted, the mixing weights αm,t are the conditional probabilities for the random vector yt being generated from the mth mixture component. According the definition of the mixing weights, regimes with higher likelihood of the past p observations are more likeli to generate the new observations but the likelihoods are also scaled with the mixing weight parameters αm.
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).
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.
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.
The parameter vector for unconstrained model is of size ((M(pd^2+d(d+1)/2+1)-1)x1) and has form
θ=(υ1,...,υM,α1,...,αM−1),where
υm=(ϕm,0,ϕm,σm)((pd2+d(d+1)/2)x1),
ϕm=(vec(Am,1),...,vec(Am,p))(pd2x1),and
σm=vech(Ωm)((d(d+1)/2)x1),m=1,...,M.
Above ϕm,0 denotes the intercept parameter of m:th mixture component, Am,i denotes the coefficient matrix of m:th mixture component and i:th lag, Ωm denotes the (positive definite) error term covariance matrix, and αm denotes the mixing weight parameter of m:th mixture component. vec() is a vectorization operator that stacks columns of a matrix into a vector and vech() 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 ϕm,0. However, it’s also possible to use “mean” parametrization, where the intercept terms are simply replaced by the regimewise means μm=(Id−∑i=1pAm,i)−1ϕm,0.
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
(ϕ1,...,ϕM)=Cψ,where
ϕm=(vec(Am,1),...,vec(Am,p))(pd2x1),m=1,...,M,
C is known (Mpd2xq) constraint matrix (of full column rank) and ψ is unknown (qx1) parameter vector.
The parameter vector for constrained model is size ((M(d+d(d+1)/2+1)+q-1)x1) and has form
θ=(ϕ1,0,...,ϕM,0,ψ,α1,...,αM−1),
where ψ is the (qx1) parameter vector containing constrained autoregressive parameters. As in the case of regular models, instead of the intercept parametrization that takes use of intercept terms ϕm,0, one may use the mean parametrization with regimewise means μm instead (m=1,…,M).
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).
To restrict the AR parameters to be the same for all regimes, we want ϕm to be the same for all m=1,…,M. The parameter vector ψ (qx1) then corresponds to any ϕm=ϕ, and therefore q=pd2. For the constraint matrix we choose
C=[Ipd2:⋯:Ipd2]′(Mpd2xpd2),
that is, M pieces of (pd2xpd2) diagonal matrices stacked on top of each other, because then Cψ=(ψ,...,ψ)=(ϕ,...,ϕ).
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 Am,i (m=1,…,M, i=1,…,p) to be zero. We have the constrained parameter ψ (qx1) representing the unconstrained parameters (ϕ1,...,ϕM), where by assumption ϕm=ϕ=(vec(A1),...,vec(Ap)) (pd2x1) and the elements of vec(Ai) (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
ϕ=(A1,(1,1),0,0,A1,(2,2),A2,(1,1),0,0,A2,(2,2))(8x1)and ψ=(A1,(1,1),A1,(2,2),A2,(1,1),A2,(2,2))(4x1).
By a direct calculation, we can see that choosing the constraint matrix
C=[c~c~](Mpd2x4),where
c~=⎣⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢⎡10000000000100000000100000000001⎦⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥⎤(pd2x4)
satisfies Cψ=(ϕ,...,ϕ).
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.
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.
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.
The function simulateGMVAR is the one for the job. As the main argument it uses a gmvar ob ject created with fitGMVAR or GMVAR.
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).
Use the package uGMAR for analysing univariate time series.
For univariate analysis one may use the package uGMAR. ↩︎
扫码加好友,拉您进群



收藏
