Serving the Quantitative Finance Community

 
User avatar
rock31
Topic Author
Posts: 0
Joined: September 1st, 2005, 7:23 pm

How to include the skew and kurtosis to Monte Carlo simulation?

July 20th, 2006, 12:28 pm

Normally, the Monte Carlo simulation is assumed to be normal distributed. But in real world, there exist the skew and kurtosis in the return distribution. I wonder, how should I include this into my simulation. Any reference are welcomed. Thanks.
 
User avatar
chromo
Posts: 0
Joined: June 16th, 2006, 8:55 am

How to include the skew and kurtosis to Monte Carlo simulation?

July 20th, 2006, 12:35 pm

Histogram of historic log returns is easy.
 
User avatar
rock31
Topic Author
Posts: 0
Joined: September 1st, 2005, 7:23 pm

How to include the skew and kurtosis to Monte Carlo simulation?

July 20th, 2006, 12:49 pm

thanks for reply. I guess my question was not clear enough. What I want to is not the value of skew and kurtosis for a given distribution. WHAT I DO NEED is given the value of skew and kurtosis, how to generate the random series whose distribute is consistent with the given skew and kurtosis values. Thanks alot.
 
User avatar
DavidF
Posts: 0
Joined: May 17th, 2006, 4:23 pm

How to include the skew and kurtosis to Monte Carlo simulation?

July 20th, 2006, 2:11 pm

You can use any kind of parametric law in which the skewness and kurtosis are known explicitely function of the parameters.
 
User avatar
rock31
Topic Author
Posts: 0
Joined: September 1st, 2005, 7:23 pm

How to include the skew and kurtosis to Monte Carlo simulation?

July 20th, 2006, 3:16 pm

Thank you davidF. Can you recommend some articles or books?
 
User avatar
DavidF
Posts: 0
Joined: May 17th, 2006, 4:23 pm

How to include the skew and kurtosis to Monte Carlo simulation?

July 21st, 2006, 8:26 am

QuoteOriginally posted by: rock31Thank you davidF. Can you recommend some articles or books?I have no article in mind but a simple google research on "normal inverse gaussian" (for example) should do the thing.
 
User avatar
rock31
Topic Author
Posts: 0
Joined: September 1st, 2005, 7:23 pm

How to include the skew and kurtosis to Monte Carlo simulation?

July 21st, 2006, 10:30 am

DavidF, thanks.
 
User avatar
fab10ab
Posts: 0
Joined: February 13th, 2006, 1:37 pm

How to include the skew and kurtosis to Monte Carlo simulation?

August 7th, 2006, 12:41 pm

You can also try an Edgeworth or Gram-Charlier expansion. The Gram-Charlier is handy because it uses values of the normal CDF, which are already built-in with most software.
 
User avatar
rock31
Topic Author
Posts: 0
Joined: September 1st, 2005, 7:23 pm

How to include the skew and kurtosis to Monte Carlo simulation?

August 7th, 2006, 1:04 pm

Dear Fab, Thanks. That is a great help. R.