Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 360 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 360 Bytes

Advanced GARCH

This project showcases an advanced GARCH implementation in Python, APARCH(1,1). It determines the parameters best defining a stock's returns variance, and then uses these in a Monte Carlo simulation to simulate future returns with asymmetric volatility clustering.

APARCH(p1,q1)-DCC(p2,q2)

TBD