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

Heston and Nandi model (2000)

Joined
7/25/09
Messages
7
Points
11
hello guys, I am an italian student and I am looking for an help abouth the implementation of the Heston and Nandi model about option pricing. the paper is of the 2000 and it is about a NGARCH model used for estimate the volatility of the underlying asset and after there is a closed formula....I need help thanks a lot I need matlab code I 'd want to know how estimate a NGARCH model thanks a lot bye
 
Here there is the workpaper ......I am looking for some help about implementation of the model in matlab.Thanks a lot
 

Attachments

  • Heston e Nandi.pdf
    313.8 KB · Views: 356
Thanks a lot but I didn t find what I need...I have to estimate a NGARCH model with matlab and after use the parameter in HN model
 
Thanks a lot ..I am not practical with VBA language ..I use matlab it is difficult to translate the code? in matlab code?
 
I found this routine for matlab but my problem is another.....I dont know how estimate a NGARCH for the volatility and the lambda risk premium in the equation for the log returns..If u have idea of how to do this let me know
 

Attachments

  • HN model.txt
    1.8 KB · Views: 201
Here there is the model I want to estimate thanks a lot
 

Attachments

  • HN model3.txt
    500 bytes · Views: 201
Hi all dears:
I think my question is quite similar with that of OPTIONPRICs except what i want to know is how to esitmate the parameters of the Heston & Nandi(2000) using Maximum Likelihood Estimation in matlab.
Does anyone know how to achieve it or have any matlab codes for reference??
Thanks in advance for any help :)
 
I didn't look into the details but in theory you have to compute the corresponding log likelihood function (thanks to the density of your model), and then set its derivatives, toward each parameters, to zero to find expressions for the estimated parameters.
 
Hi guys

I came back! after a year of absence...I found in R a package named fOptions and there u can estimate the HN model and also u can price the options with the same parameters estimated....
 
hi optionpric,
I saw the package in R, too. But I don't see how one can estimate the parameters of the GARCH model. I want to price an option based on the model of Heston Nandi. Before that is possible I need to estimate the Garch parameters from my time series. How did you do it? Please help me! Thanks
 
hi optionpric,
I saw the package in R, too. But I don't see how one can estimate the parameters of the GARCH model. I want to price an option based on the model of Heston Nandi. Before that is possible I need to estimate the Garch parameters from my time series. How did you do it? Please help me! Thanks

I dont use R but in the case you don't find the MLE code there you can estimate GARCH parameters using Excel Solver even if it is not extremely accurate

www.hypervolatility.com
 
Back
Top