Re: Questions about probability functions



In article <1148048324.775375.186130@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Zerex71 <mfeher@xxxxxxxxxxx> wrote:

1. In a standard distribution, what more is needed to characterize the
bell curve other than the mean and the standard deviation (sigma)? I
ask this because some of the modeling and analysis tools that I am
using seem only to need those two parameters to determine fragment
dispersions and flyouts.

The mean and standard deviation are the only two parameters for the
normal distribution. Of course, there are other distributions...

2. In plain English, what is the difference between a probability
density function (PDF) and a cumulative distribution function (CDF)? I
know one is the derivative of the other and so on, but what is the
physical significance of the two?

The CDF of a random variable X tells the probability that the random
variable is at most a given value, i.e. F(x) = Prob {X <= x}.

The PDF f(x) says that if you consider a small interval of values
near x, the probability that X is in that interval is approximately
f(x) times the length of the interval. Thus
f(x) is the limit of Prob{x <= X <= x + t}/t or
Prob{x - t <= X <= t}/t as t -> 0+.

3. In Monte Carlo simulation, isn't that basically just a random-number
generator being used for "draws" against a particular phenomenon, and
then comparing the draw to a scale or thermometer to determine the
outcome of the event in question?

I'm not sure what the question is. In the context of a random variable
arising in some process, the basic idea is to use a pseudo-random number
generator to simulate the process, generating a large sample from (if
you did it right) the distribution of the random variable. You
then study the sample to draw whatever conclusions you want about the
distribution of the random variable.

Robert Israel israel@xxxxxxxxxxx
Department of Mathematics http://www.math.ubc.ca/~israel
University of British Columbia Vancouver, BC, Canada

.



Relevant Pages

  • Re: Random number generation to comply with a standard deviation
    ... figuring out the distribution and not the actual drawing from whatever ... which will over time comply with a standard deviation. ... generator to bias the curve, but this gets very slow once a couple of ... To get Gaussians of mean m and standard deviation s you multiply by s and add m ...
    (sci.math.num-analysis)
  • Re: Questions about probability functions
    ... Why wouldn't a random distribution simply be a flat line of some ... bell curve other than the mean and the standard deviation? ... The CDF of a random variable X tells the probability that the random ... then study the sample to draw whatever conclusions you want about the ...
    (sci.math)
  • Re: change standard deviation of normal or Gaussian distribution (faq 13.20)
    ... I wanted to use to following method as mentioned in FAQ: ... whether I can multiply the standard deviation of e.g. ... "The numbers generated by these methods have a specific distribution - ... internal implementation of that random number generator - right? ...
    (comp.lang.c)
  • Re: issues with statistical test suite from http://csrc.nist.gov/rng/
    ... A distribution, or data set, is symmetric if it looks the ... >> A generator is bad when it fails a test that has a good mathematical ... The most common criteria are lack of correlation and even ... Since some of the best minds in mathematics can't come up with ...
    (sci.crypt)
  • Re: issues with statistical test suite from http://csrc.nist.gov/rng/
    ... >> ses is the standard error of skewness. ... >distribution differs from the expected one. ... >Unfortunately I can't know if a generator under test is good or bad if it ... Kurtosis could be ...
    (sci.crypt)