PSS Week 6
PSS Week 6
PSS Week 6
Dr. Mary Samuel Dept. of Mathematics IIIT Lucknow Probability & Statistics for Computer Science
Some Continuous Probability Distributions
Definition
The density function of the continuous uniform random variable X on the interval [A, B] is
(
1
, A ≤ x ≤ B,
f (x) = B−A
0, otherwise.
1
The density function forms a rectangle with base B − A and constant height B−A is often
called the rectangular distribution. the interval may not always be closed: [A, B]. It can be
(A, B) as well.
Dr. Mary Samuel Dept. of Mathematics IIIT Lucknow Probability & Statistics for Computer Science
Some Continuous Probability Distributions
Figure: The density function for a random variable on the interval [1, 3].
Example
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].
Dr. Mary Samuel Dept. of Mathematics IIIT Lucknow Probability & Statistics for Computer Science
Some Continuous Probability Distributions
Theorem
The mean and variance of the uniform distribution are
A+B (B − A)2
µ= and σ2 =
2 12
Normal Distribution
The most important continuous probability distribution is the normal distribution.
Its graph, called the normal curve, is the bell-shaped curve describes many phenomena
that occur in nature, industry, and research.
Physical measurements in areas such as meteorological experiments, rainfall studies, and
measurements of manufactured parts are errors in scientific measurements.
In 1733, Abraham DeMoivre developed the mathematical equation of the normal curve.
The normal distribution is often referred to as the Gaussian distribution, in honor of Karl
Friedrich Gauss (1777–1855), who also derived its equation from a study of errors in repeated
measurements of the same quantity.
Dr. Mary Samuel Dept. of Mathematics IIIT Lucknow Probability & Statistics for Computer Science
Some Continuous Probability Distributions
Normal Distribution
The density of the normal random variable X , with mean µ and variance σ 2 , is
1 1 2
n(x; µ, σ) = √ e − 2σ2 (x−µ) , −∞ < x < ∞
2πσ
where π = 3.14159 and e = 2.71828
Dr. Mary Samuel Dept. of Mathematics IIIT Lucknow Probability & Statistics for Computer Science
Some Continuous Probability Distributions
Figure: Normal curves with µ1 < µ2 and σ1 = σ2 . Figure: Normal curves with µ1 = µ2 and σ1 < σ2 .
On the right have sketched two normal curves with the same mean but different standard
deviations.
The two curves are centered at exactly the same position on the horizontal axis, but the
curve with the larger standard deviation is lower and spreads out farther.
The area under a probability curve must be equal to 1, the more variable the set of obser-
vations, the lower and wider the corresponding curve will be.
Dr. Mary Samuel Dept. of Mathematics IIIT Lucknow Probability & Statistics for Computer Science
Some Continuous Probability Distributions
Properties of the normal curve
1 The mode, which is the point on the hori-
zontal axis where the curve is a maximum,
occurs at x = µ.
2 The curve is symmetric about a vertical axis
through the mean µ.
3 The curve has its points of inflection at x =
µ ± σ; it is concave downward if
Exercise 16
A train arrives at a station every 15 minutes. 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 10 minutes?
(b) What is the probability that the individual waits between 6 and 12 minutes?
Dr. Mary Samuel Dept. of Mathematics IIIT Lucknow Probability & Statistics for Computer Science