Continuous Distributions
Continuous Distributions
EXPECTATION/MEAN:
+∞
𝜇 = 𝐸[𝑋] = ∫ 𝑥𝑓(𝑥) 𝑑𝑥
−∞
VARIANCE:
+∞
Examples:
𝑥2
, −1 < 𝑥 < 2
1.) Given that the pdf of a random variable is 𝑓(𝑥) = {3 , determine the following:
0 , otherwise
a.) 𝑃(𝑋 ≤ 1)
b.) 𝑃(𝑋 ≥ 1)
c.) 𝑃(−3 ≤ 𝑋 ≤ 5)
d.) Mean of X
e.) Variance of X
𝑥 ,0 < 𝑥 < 1
2.) Given that the pdf of a random variable is 𝑓(𝑥) = {2 − 𝑥 , 1 ≤ 𝑥 < 2 , determine the
0 , elsewhere
following:
a.) 𝑃(𝑋 ≤ 1)
b.) 𝑃(𝑋 ≥ 1)
c.) 𝑃(−3 ≤ 𝑋 ≤ 5)
d.) Mean of X
e.) Variance of X
I. UNIFORM DISTRIBUTION
One of the simplest continuous distributions in all of statistics is the continuous uniform distribution.
This distribution is characterized by a density function that is “flat,” and thus the probability is uniform
in a closed interval, say [𝑎, 𝑏]. Its pdf is given by
1
𝑓(𝑥) = {𝑏 − 𝑎 ,𝑎 ≤ 𝑥 ≤ 𝑏
0 , elsewhere
EXPECTATION/MEAN:
𝑎+𝑏
𝜇 = 𝐸[𝑋] =
2
VARIANCE:
(𝑏 − 𝑎)2
𝜎 2 = 𝑉𝑎𝑟[𝑋] =
12
Examples:
1.) Suppose that a large conference room at a certain company can be reserved for no more than 4
hours. Both long and short conferences occur quite often. In fact, it can be assumed that the length
X of a conference has a uniform distribution on the interval [0, 4].
(a) What is the probability density function?
(b) What is the probability that any given conference lasts at least 3 hours?
(c) What is its expectation or mean?
(d) What is its standard deviation?
2.) The daily amount of coffee, in liters, dispensed by a machine located in an airport lobby is a
random variable 𝑋 having a continuous uniform distribution with 𝑎 = 7 and 𝑏 = 10. Find the
probability that on a given day the amount of coffee dispensed by this machine will be
(a) at most 8.8 liters;
(b) more than 7.4 liters but less than 9.5 liters;
(c) at least 8.5 liters.
3.) A bus arrives every 10 minutes at a bus stop. It is assumed that the waiting time for a particular
individual is a random variable with a continuous uniform distribution.
(a) What is the probability that the individual waits more than 7 minutes?
(b) What is the probability that the individual waits between 2 and 7 minutes?
II.NORMAL DISTRIBUTION
The most important continuous probability distribution in the entire field of statistics is the normal
distribution. Its graph, called the normal curve, is bell-shaped which approximately describes many
phenomena that occur in nature, industry, and research. For example, physical measurements in areas
such as meteorological experiments, rainfall studies, and measurements of manufactured parts are
often more than adequately explained with a normal distribution. In addition, errors in scientific
measurements are extremely well approximated by a normal distribution.
If a random variable 𝑋 has the normal curve above as its probability density function (pdf), then 𝑋 is
called a NORMAL RANDOM VARIABLE with pdf given by
1 1
− (𝑥−𝜇)2
𝑓(𝑥) = 𝑒 2𝜎2 , −∞ < 𝑥 < +∞
√2𝜋𝜎
If the normal random variable 𝑋 has 𝜇 = 0 and 𝜎 2 = 1, then 𝑋 has the STANDARD NORMAL
DISTRIBUTION.
𝑋−𝜇
𝑍=
𝜎