• 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!

Thesis Heston-Nandi model implementation

Joined
6/25/13
Messages
26
Points
11

  1. Hello,

    i'm working on my master thesis and i would like to implement heston-nandi model.
    The idea is to use BS as benchmark to compare how HN-GARCH is better to estimate option price. And i would like to use another Garch process like EWMA to see if it's still better than BS model.

    So i have found R Package named "fOptions" http://cran.r-project.org/web/packages/fOptions/fOptions.pdf but i have never used R before and i don't have quantitative and programming back ground.

    So i would like to know if you know an easier way to do this work ?
    Do you think i should simulate a serie or use real data ? (i mean it will be easier to compare which model fit the real price) ?

    Thanks for help
 
Back
Top