How can i set up a MONTE CARLO SIMULATION macro in Excel? thx

  • Thread starter Thread starter Guest
  • Start date Start date
Don't know about a simple formula, my understanding of Monte Carlo
simulations is that it is not simple, but the a search on Google using
'monte carlo excel vba' threw up 6,000+ entries. Take a look
http://tinyurl.com/axzsg

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Hi Excel provides all the formulas for you to be able to do the Simulation
but you have to put them together yourself. For instance if you want to
simulate 10 tosses of a coin, you enter the formula to generate a random
number in A1 (=rand()) and another formula in B1 (=if(A1<=.5,"T","H")) and
copy A1:B1 in A2:B10. Then each time you recalculate, you get a result of 10
tosses of a coin.
You can generate random numbers in any range based on Normal and other
probablilty distributions as all those formulas are there.
Alok Joshi
 

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