Re: Normally Distributed Random Number Generator from Excel



On Thu, 27 Mar 2008 21:06:52 -0700 (PDT), "2.7182818284590..."
<tangent1.57@xxxxxxxxx> wrote:

How do I create a normally distributed number with mean = 10, standard
deviation =3, and the tools that I have are:

1. =RANDBETWEEN(X, Y) - returns a uniformally-distributed number
between X to Y
2. =NORMINV(Number; Mean; STDEV)
Number represents the probability value used to determine the inverse
normal distribution.
Mean represents the mean value in the normal distribution.
STDEV represents the standard deviation of the normal distribution.
For example: =NORMDIST(70; 63; 5; 0) returns 0.03.

I would think it would be :=NORMINV(RANDBETWEEN(-2,2), 10, 3)

NOTE: This is only for my interests. I'm not a student!

My goal is to create a process-simulator using MS Excel.
Knuth, Vol 2, Section 3.4.1, Algorithms M or F.

As Ray says, you need to test the RNG in your version of Excel to see
if it is good enough for your purposes.

rossum

.



Relevant Pages

  • Re: Normally Distributed Random Number Generator from Excel
    ... Mean represents the mean value in the normal distribution. ... STDEV represents the standard deviation of the normal distribution. ... A lot depends on which version of EXCEL you are using. ...
    (sci.math)
  • Normally Distributed Random Number Generator from Excel
    ... Mean represents the mean value in the normal distribution. ... STDEV represents the standard deviation of the normal distribution. ...
    (sci.math)
  • Re: OT: Even discussing IQs in the range of 200 is absurd
    ... Further, the normal distribution is infinite in all directions, ... The characteristic we try to measure and our measurements are two different ... deviation genius ... Wayne (dot) Vinson gmail com ...
    (rec.gambling.poker)
  • Re: #Error when using stDev in query
    ... deviation is not defined (since the whole sampling of one record is already ... try to sort by the StDev column I get an overflow error, ... overflow errors when I try to run a query based on this query. ...
    (microsoft.public.access.queries)
  • Re: statistics question: normal distribution
    ... > The statistics news groups don't seem to be functional, ... I am a hobby programmer with a very rudimentary math ... > studying material on the normal distribution. ... > double ndist(double mean, double stdev, double x); ...
    (sci.math)