• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

How to calculate confidence interval for GARCH forecast values?

Joined
3/27/09
Messages
28
Points
11
Right now I am using MATLAB garchfit and garchpred to build a GARCH(1, 1) model to forecast volatility over the next k periods. How can I calculate the confidence intervals of the forecasts? I searched through several textbooks and papers but didn't find a clear answer. One paper mentioned something related to delta method but I am not sure how to apply it. Any help will be appreciated.
 
Back
Top