lecture22.dvi
lecture22.dvi
0.15
1) For discrete random variables, the random variable X takes a discrete set of values. This 0.05
means that the random variable takes values xk and the probabilities P[X = xk ] = pk add up to
1.
2) For continuous random variables, there is a probability density function f (x) such that 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
P[X ∈ [a, b]] = ab f (x) dx and −∞ f (x) dx = 1.
R R∞
λk e−λ
Discrete distributions P[X = k ] =
k!
is called the Poisson distribution. It is used to describe the number of radioactive decays
1 We throw a dice and assume that each side appears with the same probability. The random in a sample, the number of newborns with a certain defect. You show in the homework that
variable X which gives the number of eyes satisfies the mean and standard deviation is λ Poisson distribution is the most important distribution
on {0, 1, 2, 3, . . .}. It is a limiting case of Binomial distributions
1
P[X = k ] = .
6 4 An epidemiology example from Cliffs notes: the UHS sees X=10 pneumonia cases each
winter. Assuming independence and unchanged conditions, what is the probability of there
This is a discrete distribution called the uniform distribution on the set {1, 2, 3, 4, 5, 6 }.
being 20 cases of pneumonia this winter? We use the Poisson distribution with λ = 10 to
see P[X = 20] = 1020 e−10 /20! = 0.0018.
0.4
distributions extremize entropy on an interval, half line or real line. The reason why they
We have f (x) = 2x because ab f (x) dx = x2 |ba = b2 −a2 . The function f (x) is the probability
R
appear so often is that adding independent random variables increases entropy. If different
density function of the random variable. processes influence an experiment then the entropy becomes large. Nature tries to maximize
entropy. Thats why these distributions are ”natural”.
9 The distribution on the positive real axis with the density function
1 (log(x)−m)2
f (x) = √ e− 2
2πx2
is called the log normal distribution with mean m. Examples of quantities which have
log normal distribution is the size of a living tissue like like length or height of a population
or the size of cities. An other example is the blood pressure of adult humans. A quantity
which has a log normal distribution is a quantity which has a logarithm which is normally
distributed.
7 A random variable with normal distribution with mean 1 and standard deviation 1 has the
1 a) Find the mean of the exponential distribution.
probability density
1 2
b) Find the variance and standard deviation of the exponential distribution.
f (x) = √ e−x /2 . c) Find the entropy − 0∞ f (x) log(f (x)) dx in the case λ = 1.
R
2π
This is an example of a continuous distribution. The normal distribution is the most natural 2 Here is a special case of the Students t distribution
distribution on the real line.
2
f (x) = (1 + x2 )−2 .
π
a) Verify that it is a probability distribution.
b) Find the mean. (No computation needed, just look at the symmetry).
c) Find the standard deviation.
To compute the integrals in a),c), you can of course use a computer algebra system if
needed.
a b