Open Journal of Statistics
Vol.08 No.06(2018), Article ID:89283,8 pages
10.4236/ojs.2018.86062

Estimating GARCH Modeling Using Metropolis-Hastings Method in R

Min Wang1,2, Yunshun Wu1*

1School of Mathematical Sciences, Guizhou Normal University, Guiyang, China

2School of Mathematical Sciences, Xiamen University, Xiamen, China

Copyright © 2018 by authors and Scientific Research Publishing Inc.

This work is licensed under the Creative Commons Attribution International License (CC BY 4.0).

http://creativecommons.org/licenses/by/4.0/

Received: November 23, 2018; Accepted: December 17, 2018; Published: December 20, 2018

ABSTRACT

This paper mainly talks about a popular approach of volatility of a GARCH-type model in R, while the disturbances are independent and have identical Student-t distribution. It uses the Metropolis-Hastings method to perform the computations and gives the programs in details in R.

Keywords:

Student’s t Distribution, Degree of Freedom, GARCH t Model, R, Metropolis-Hastings Method

1. Introduction

The R-project is an open statistics programming software. Modelling and forecasting volatility or, in other word, the covariance structure of asset returns, is important. A central property of economic time series, being common to many financial time series, is that their volatility varies over time. Describing the volatility of an asset is a key issue in financial economics. Returns were modelled as independent and identically distributed over time. The most popular class of models for time-varying volatility is represented by GARCH type models [1] . GARCH models are commonly used for describing, estimating and predicting the dynamics of financial returns. Recent surveys of the existing GARCH models literature can be found in Davidson [2] and Rombouts et al. [3] . In contrast to Engle’s [4] ARCH model, a double autoregressive (DAR) model, which is a special case of the ARMA-ARCH models in Weiss [5] and an example of weak ARMA models in Francq and Zakoïan [6] [7] , is also increasingly concerned about researchers. Under the assumption of the disturbance following a normal distribution, Ling [8] considered the structure and the maximum likelihood estimation. In addition, stochastic volatility (SV) models have enjoyed great popularity in analyzing financial data in the last couple of decades [9] .

In this paper, an R package named bayesGARCH [10] was mentioned to contrast with our procedure. This package makes use of the priors based on the work of Nakatsuma [11] , consists of Metropolis-Hastings (MH) algorithm [12] a proper algorithm to sample the posterior distribution.

The remainder of this paper is organized as follows. In Section 2 we describe the GARCH (1, 1)-t process and introduce how to estimate the parameters by using the Metropolis-Hastings method. Through an example, we contrast our model with the bayesGARCH package in Section 3. Section 4 provides the R procedure to execute our model in details. An empirical example is reported in Section 5, and Section 6 concludes this paper.

2. Univariate GARCH-t Model

Let Y t denote a asset return. The general structure of an asset return series modeled by a GARCH-type models can be written as Audronė Virbickaitė et al. 2014 [13] :

Y t = μ t + a t = μ t + h t ϵ t .

In general ϵ is a Normal variable. Without loss information, we set μ t = 0 . To capture the fat tail so prominent a Student-t distribution is used for conditional density. The model is, GARCH-t, is

Y t | F t 1 S t ψ ( 0, h t 2 ) , h t 2 = α 0 + α 1 Y t 1 2 + β h t 1 2 . (1)

where S t ψ ( 0, h t 2 ) is a Student-t distribution with mean 0 and ψ is the degree of freedom parameter. h t is the conditional variance given F t 1 in the GARCH (1, 1) model. α 0 > 0 , α 1 , β 0 are restrictions for positive variance, and α + β < 1 for the covariance stationarity. Then the posterior density function could be:

f ( y t | F t 1 ) = Γ [ 1 2 ( ψ + 1 ) ] π 1 2 Γ [ 1 2 ψ ] [ ( ψ 2 ) h t 2 ] 1 2 [ 1 + y t 2 ( ψ 2 ) h t 2 ] 1 2 ( ψ + 1 ) . (2)

It is indicated that the ϵ obey the Student-t distribution in (1). The following, we will show how we get (2), the density distribution of ϵ is

p ( ϵ ) = Γ ( ψ + 1 2 ) ψ π Γ ( ψ 2 ) ( 1 + ϵ t 2 ψ ) ψ + 1 2

Through the equation Y t = h t ϵ t , the distribution of Y t is

P ( Y t y t ) = P ( h t ϵ t y t ) = P ( ϵ t h t 1 y t ) = F ϵ t ( h t 1 y t )

So the density is

p Y t ( y t ) = p ϵ t ( h t 1 y t ) h t 1 = Γ ( ψ + 1 2 ) ψ π Γ ( ψ 2 ) ( 1 + ( h t 1 y t ) 2 ψ ) ψ + 1 2 h t 1 = Γ ( ψ + 1 2 ) π Γ ( ψ 2 ) ψ 1 2 ( 1 + h t 2 y t 2 ψ ) ψ + 1 2 h t 1 (3)

Because, Var( ϵ t )= ψ ψ2 , to ensure the conditional variance of Y t to be h t 2 , we replace “ h t ” with “ ψ 2 ψ h t ”, then the (3) changed into (2).

Given a dataset Y t = ( y 1 , y 2 , , y T ) , model parameter Γ = Γ ( α 0 , α 1 , β , ψ ) and the posterior density is

p ( Γ | Y T ) p ( Γ ) t = 1 T f ( y t | F t 1 )

According to Jensen [14] , the priors are independent and identically distributed (IID) as N (0, 100) with the following restrictions α 0 > 0 , α 1 0 , β 0 to impose identification and ψ > 2 . Since the variance is non-negative, the positive constraints on coefficients are reasonable. The restriction on the degrees of freedom parameter ψ ensures the conditional variance to be finite and the restrictions on the GARCH parameters α 0 , α 1 and β guarantee its positivity. One of the most popular MCMC algorithm used in estimating GARCH model parameters, is the Metropolis-Hastings (MH) method. We emphasize the fact that only positivity constraints are implemented in the MH algorithm; no stationarity conditions are imposed in the simulation procedure. We employ a MH sampler. Given the current value Γ of the chain, the proposal Γ is sampled from

h ( Γ ) ( N ( Γ , V ) with probability p N ( Γ ,100 V ) with probability 1 p

where V is the inverse Hessian matrix of log ( p ( Γ | Y T ) ) . The accepted probability equal to min{ p( | Y T ) p( | Y T ) ,1 } , and p = 0.9 empirically. After the test sample collecting the new { Γ ( i ) } i = 1 N , the predictive density is

p ( y t + 1 | Y t ) 1 N i = 1 N f ( y t + 1 | 0 , h t + 1 ( i ) , ψ ( i ) ) .

3. The Priors and bayesGARCH Package

In this section, an R package named bayesGARCH was applied to deal with the GRACH model, then we’ll describe the difference of the priors between our model and the package. The package bayesGARCH provides functions for the Bayesian estimation of the parsimonious and effective GARCH (1, 1) model with Student-t innovations. The priors in the bayesGARCH package distributions on α 0 is a bivariate truncated Normal distribution; α 1 is a univariate truncated Normal distribution; β is a translated Exponential distribution. The estimation procedure is fully automatic and thus avoids the tedious task of tuning an MCMC sampling algorithm. It is obviously there are some differences set of priors between our model and the package, so we couldn’t cite the package directly. Next, we will show the estimation results to demonstration that the different priors could inference the estimation result.

3.1. Example

We set the initial value of Γ is (1, 0.2, 0.4, 5). 800 simulation values are obtained by simulation in R.

R > T = 800

R > y = c ( r e p ( 0 , T ) )

R > y [ 1 ] = 0.5 ; h [ 1 ] = 0.5

R > a l p h a 0 = 1 ; a l p h a 1 = 0.2 ; b e t a = 0.4 ; p s i = 5

R > f o r ( i i n 2 : T )

+ {

+ h [ i ] = a l p h a 0 + a l p h a 1 y [ i 1 ] 2 + b e t a h [ i 1 ]

+ y [ i ] = r t ( 1 , p s i )

+ y [ i ] = s q r t ( h [ i ] ) y [ i ]

+ }

Then we use bayesGARCH package to estimate Γ , we remain the number of MCMC chains and the length of each MCMC chain to be the default value.

M C M C < b a y e s G A R C H (y)

s m p l < f o r m S m p l ( M C M C , l . b i = 50 )

s u m m a r y ( s m p l )

We receive the estimation of Γ is (1.2630, 0.2367, 0.4829, 11.3285). Obviously, there’s a big difference estimation of ψ and the estimation of other parameters is equally unsatisfactory.

3.2. The Priors

The difference sets of the priors see Table 1. The GARCH (1, 1) model with Student-t innovations in package bayesGARCH is written in Geweke [15] .

Table 1. The difference sets of priors.

Note. This table shows the priors set in our model are all independent each other and more typical.

4. Conducting GARCH-t in R

The estimate results in our model

In this section, we design and developed the R program. We will show the whole procedure of how we conduct GARCH-t in R. Our results is (1.0103, 0.1838, 0.4694, 9.2587) is closer to the true value, and we can see the procedure in Figure 1.

The R program

We set the all necessary initial values to be zero, the number of MCMC chain to be 10,000, meanwhile Γ is a 10,000 times 4 matrix. We leave out the R programs for these simple settings, giving only the necessary parts of the program.

R > f o r ( i i n 2 : N )

R > {

R > u = r u n i f ( 1 , 0 , 1 )

R > g a m m a A = r n o r m ( 1 , g a m m a [ i 1 , 1 ] , 0.1 v ) ( u < = 0.9 )

+ r n o r m ( 1 , g a m m a [ i 1 , 1 ] , 5 v ) ( u > 0.9 )

R > f o r ( j i n 2 : T )

R > {

R > h h [ j ] = g a m m a A 2 + g a m m a [ i 1 , 2 ] 2 y [ j 1 ] 2 + g a m m a [ i 1 , 3 ] 2 h h [ j 1 ]

R > o l d h h [ j ] = g a m m a [ i 1 , 1 ] 2 + g a m m a [ i 1 , 2 ] 2 y [ j 1 ] 2 + g a m m a [ i 1 , 3 ] 2 o l d h h [ j 1 ] R>prop=dt (y/sqrt(hh) ,gamma[i1,4])/sqrt(hh)

w h e r e y / s q r t ( h h ) t ( ψ ) , a n d d t ( ) returns the density value of the t distribution .

R > o l d = d t ( y / s q r t ( o l d h h ) , g a m m a [ i 1 , 4 ] ) / s q r t ( o l d h h )

R > r a t i o = s u m ( l o g ( p r o p ) l o g ( o l d ) )

R > r a t i o = e x p ( r a t i o )

R > g a m m a [ i , 1 ] = g a m m a [ i 1 , 1 ] + ( g a m m a A g a m m a [ i 1 , 1 ] ) * ( r u n i f ( 1 ) < r a t i o )

The above procedure could give the estimate value of α 0 , and the estimation of the other rest of the parameters is very like it, we won’t go back to that.

5. Empirical Application

This section will use Metropolis-Hastings method by the actual financial data to fit the model. The using data is the DAX(Ibis) index of German in European stock market, a total of 1860 data. In order to make the data smooth, we need to do some processing to the original data. Let x t denote the logarithm and y t denote the order difference of x t , i.e. y t = x t x t 1 , see Figure 2.

Figure 1. MCMC results of GARCH (1, 1)-t.

Figure 2. We can see the data in figures (a) and (b) shows a growing trend, while data in figure (c) is stable through the numeric transform.

We apply the R program in the section 5 to estimate the DAX data, achieve the result of Γ is (0.0028, 0.0600, 0.0676, 7.7485). That is, the equation of variance is h t 2 = 0.0028 + 0.0600 Y t 1 2 + 0.676 h t 1 2 . Through compute the Ljung-Box test statistic for examining the null hypothesis of independence in ARCH model, we get the χ squared 0.0023 with p-value 0.9621. It obvious to show our GARCH (1, 1)-t model is sufficient.

6. Conclusion

In this article, the R program to estimate GARCH-t model has been developed. The parameters’ distribution has been modeled using Gaussian model with the most common setting. The results we achieved in each of our experiments with either simulation study or real data application, are quite encouraging.

Foundation

This research was partially supported by the PhD research startup foundation of Guizhou Normal University (Grant No. GZNUD[2017]27) & Science and Technology Foundation of Guizhou Province (LKS[2013]5 & LKS[2012]11), China. & Teaching Project of Guizhou Normal University in 2016: Contract No. [2016] XJ No. 09.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

Cite this paper

Wang, M. and Wu, Y.S. (2018) Estimating GARCH Modeling Using Metropolis-Hastings Method in R. Open Journal of Statistics, 8, 931-938. https://doi.org/10.4236/ojs.2018.86062

References

  1. 1. Bollerslev, T. (1986) Generalized Autoregressive Conditional Heteroscedasticity. Journal of Econometrics, 31, 307-327. https://doi.org/10.1016/0304-4076(86)90063-1

  2. 2. Davidson, J. (2012) Moment and Memory Properties of Linear Conditional Heteroscedasticity Models, and a New Model. Journal of Business & Economic Statistics, 22, 16-29. https://doi.org/10.1198/073500103288619359

  3. 3. Rombouts, J., Stentoft, L. and Violante, F. (2014) The Value of Multivariate Model Sophistication: An Application to Pricing Dow Jones Industrial Average Options. International Journal of Forecasting, 30, 78-98. https://doi.org/10.1016/j.ijforecast.2013.07.006

  4. 4. Engle, R.F. (1982) Autoregressive Conditional Heteroscedasticity with Estimates of the Variance of U.K. Inflation. Econometrica, 50, 987-1007. https://doi.org/10.2307/1912773

  5. 5. Weiss, A.A. (1986) Asymptotic Theory for ARCH Models: Estimation and Testing. Econometric Theory, 2, 107-131. https://doi.org/10.1017/S0266466600011397

  6. 6. Francq, C. and Zakoian, J.M. (1998) Estimating Linear Representations of Nonlinear Processes. Journal of Statistical Planning & Inference, 68, 145-165. https://doi.org/10.1016/S0378-3758(97)00139-0

  7. 7. Francq, C. and Zakoian, J.M. (2000) Covariance Matrix Estimation for Estimators of Mixing Weak ARMA Models. Comptes Rendus de I Académie des Sciences-Series I—Mathematics, 83, 369-394. https://doi.org/10.1016/S0378-3758(99)00109-3

  8. 8. Ling, S. (2007) A Double AR(p) Model: Structure and Estimation. Statistica Sinica, 17, 161-175.

  9. 9. Jacquier, E., Polson, N.G. and Rossi, P. (2004) Bayesian Analysis of Stochastic Volatility Models with Fat-Tails and Correlated Errors. Journal of Econometrics, 122, 185-212. https://doi.org/10.1016/j.jeconom.2003.09.001

  10. 10. Ardia, D. (2007) bayesGARCH: Bayesian Estimation of the GARCH(1,1) Model with Student-t Innovations in R. http://CRAN.R-project.org/package=bayesGARCH

  11. 11. Nakatsuma, T. (1998) A Markov-Chain Sampling Algorithm for GARCH Models. Studies in Nonlinear Dynamics & Econometrics, 3, 107-117. https://doi.org/10.2202/1558-3708.1043

  12. 12. Chin, S. and Greenberg, E. (1995) Markov Chain Monte Carlo Simulation Methods in Econometrics. Econometrics, 12, 409-431.

  13. 13. Virbickaite, A., Ausín, M.C. and Galeano, P. (2015) A Bayesian Non-Parametric Approach to Asymmetric Dynamic Conditional Correlation Model with Application to Portfolio Selection. Computational Statistics and Data Analysis, 100, 814-829. https://doi.org/10.1016/j.csda.2014.12.005

  14. 14. Jensen, M.J. and Maheub, J.M. (2013) Bayesian Semiparametric Multivariate GARCH Modeling. Journal of Econometrics, 176, 3-17. https://doi.org/10.1016/j.jeconom.2013.03.009

  15. 15. Geweke, J. (1993) Bayesian Treatment of the Independent Student-t Linear Model. Journal of Applied Econometrics, 8, S19-S40. https://doi.org/10.1002/jae.3950080504