Probability of random numbers

S

Soccer boy

i am currently working with a some rainfall data and am trying to give a
somewhat probable forecast. i have data for the past 100 years, which gives
me my Average Annual rainfall, and based off of that i can get my standard
Deviation/bell curve. What i want to do is be able to generate random
numbers based off of its probability of happening. Is there a way i can do
this?
 
M

Mike Middleton

Soccer boy -

If the data are approximately normally distributed (bell-shaped histogram),
you could use
=NORMINV(RAND(),mean,stdev)

If the data are not normally distributed, or if you don't want dynamic
values, post again with more details.

- Mike Middleton
http://www.DecisionToolworks.com
 

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

Top