ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   monte carlo simulation (https://www.excelbanter.com/excel-worksheet-functions/50711-monte-carlo-simulation.html)

unique

monte carlo simulation
 
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


Bob Phillips

monte carlo simulation
 
Do a google search. There are tons of hits on the topic.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"unique" wrote in message
...
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




Jezebel

monte carlo simulation
 
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())



"unique" wrote in message
...
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





All times are GMT +1. The time now is 09:09 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com