Serving the Quantitative Finance Community

 
User avatar
89578251
Topic Author
Posts: 0
Joined: December 26th, 2008, 1:21 am

How to Build AR-GARCH Model in Eviews, R or Matlab?

December 9th, 2010, 9:48 am

How to Build AR-GARCH Model in Eviews, R or Matlab? Please elaborate the process how to approach it with one of the software package. Thanks in advanced.
 
User avatar
tags
Posts: 3631
Joined: February 21st, 2010, 12:58 pm

How to Build AR-GARCH Model in Eviews, R or Matlab?

December 9th, 2010, 10:31 am

Last edited by tags on December 8th, 2010, 11:00 pm, edited 1 time in total.
 
User avatar
fg2109
Posts: 0
Joined: June 22nd, 2010, 5:28 pm

How to Build AR-GARCH Model in Eviews, R or Matlab?

December 22nd, 2010, 5:54 am

matlab should have an example in the manual. I am almost certain they do for AR-GARCH
 
User avatar
tags
Posts: 3631
Joined: February 21st, 2010, 12:58 pm

How to Build AR-GARCH Model in Eviews, R or Matlab?

December 22nd, 2010, 11:34 am

i wish i had a matlab license .... i don't think it exists any special R library/function to estimate a joint AR-Garch model.but, you can :1) estimate the AR parameters2) estimate the GARCH part of your model on the residuals from the AR modelthere must be various R packages you can use for that, e.g the tseries packageto learn a great deal on the modeling of garch and garch-extended models with R, i would recommend :Modelling Financial Time Series with S-PLUS, Eric Zivot and Jiahui Wang.it is a little bit old, but it is rock-solid explanation + model implementation IMOhope this help
Last edited by tags on December 21st, 2010, 11:00 pm, edited 1 time in total.