draw random from normal distribution
Can you post your formula? I used this one in A1:A25
=NORMINV(RAND(),0.025,0.3373)
and got these results:
0.470634368
0.178651083
0.094371192
-0.11762679
0.050754594
-0.523556161
0.382006066
-0.019476513
-0.106845119
-0.275542551
0.220470515
0.254710129
-0.637805938
-0.237071792
0.210361858
0.414666709
0.089107186
0.008368669
0.070993627
0.155842931
0.436163076
-0.491977729
0.357208446
-0.488146932
-0.359035558
On Sat, 10 Dec 2005 11:40:03 -0800, "gatosonreyendo"
wrote:
for a little simulation i need to draw random numbers from a normal
distribution with a given mean (0.025) and std dev (0.3373).
Having read some earlier posts i tried =norminv(rand(), mean, std dev).
Apparently, this is not the right formula: it returns regularly values in the
50%s which should not happen from my 2.5% mean. I also found the box-muller
method. How could i transform the random draws from the standard normal
distribution into the ones i need?
Is there another formula i could use?
Thanks a lot in advance
Gerald.
|