• 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 caltulate the moments of risk neutral density of Shimko 1993

Joined
7/12/17
Messages
7
Points
11
Hi
I am trying to reproduce the results of moments of the risk neutral density. (Shimko 1993)
I use the matlab code from Dr. Fabrice Rouah's website. The matlab code is attached.
I use trapz() function to calculated the moments. But the result is diffent from Dr Shimko's paper.
Can anyone tell me how to calculte the moments of the RND based on the matlab code attached?

Thank you
 

Attachments

  • 1993_Shimko_Bounds of Probability.pdf
    601.4 KB · Views: 51
  • David_Shimko_example_from_his_paper.zip
    2.7 KB · Views: 39
Back
Top