monte carlo simulation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have some real data of inflation per month for the UK. How can I simulate
this, using random numbers that were generated using normal distribution.

regards
 
Do a google search. There are tons of hits on the topic.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
If X and Y are randomly distributed,

Z = (-2 ln(X) )^(1/2) cos(2 pi Y)

is normally randomly distributed with mean 0 and variance 1.

The Excel equivalent is

=SQRT(-2*LN(RAND()))*COS(2*PI()*RAND())
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top