Skip to content

hemavakade/Forecasting_Volatility_GARCH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Forecasting Volatility using GARCH model

Project in Advanced statistics.

This project was done as part of my Advanced statistics course in my Data Science Masters curriculum.

The goal of the project was to gain an understanding of Advanced Time Series modeling for Financial data.

The data set is the closing prices for S&P 500 stock index obtained from Yahoo finance. I used GARCH(1,1) to model the volatility of the returns of the closing prices. The final model had an AIC of -6.6856 and RMSE of 0.08.

Tools

I used R for this project and explored the usage of rugarch package.

References

Future Work.

Financial time series modeling requires domain knowledge, in that it is very helpful to understand the terms and translate it into code. I would like to explore the differen flavors of GARCH and gain more domain knowledge. I would also like to use LSTMs with the data.

About

Project in Advanced statistics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages