You are on page 1of 45

Session 3 References

Probability and Statistical Course.

Instructor: Dr.Ing. Sergio A. Abreo C.

Escuela de Ingenierías Eléctrica, Electrónica y de Telecomunicaciones

Universidad Industrial de Santander

September 27, 2019

Connectivity and Signal Processing Research Group.


info@cps.uis.edu.co http://cps.uis.edu.co/index.php

1 / 20
Session 3 References

Agenda

1 Session 3
Definitions

2 References

2 / 20
Session 3 References

The cumulative distribution function

CDF
X
F (x ) = P(X ≤ x ) = f (xi ) (1)
xi ≤x

For a discrete random variable X , F (x ) satisfies the following


properties
F (x ) = P(X ≤ x ) =
P
1
xi ≤x f (xi )
2 0 ≤ F (x ) ≤ 1
3 If x ≤ y then F (x ) ≤ F (y )
Notice that even if the random variable X can only assume integer
values, the cumulative distribution function can be defined at
non-integer values. For example
F (1.5) = P(X ≤ 1.5) = P(X = 0) + P(X = 1).

3 / 20
Session 3 References

The cumulative distribution function

Figure 1 : CDF Example. Taken from [Montgomery and Runger, 2010]

The discrete values can be obtained from the difference.

4 / 20
Session 3 References

Mean and variance of a discrete random variable

Definition
The mean or expected value of the discrete random variable X ,
denoted as µ or E (X ), is
X
µ = E (X ) = xf (x ) (2)
x

The variance of X , denoted as σ 2 or V (X ), is


X X
σ 2 = V (X ) = E (X −µ)2 = (x −µ)2 f (x ) = x 2 f (x )−µ2 (3)
x x

The standard deviation of X is σ = σ2.

5 / 20
Session 3 References

Mean and variance of a discrete random variable

E (X ) describes the “center” of the distribution of X in a manner


similar to the balance point of a loading.

Figure 2 : Parts (a) and (b) illustrate equal means but Part (a)
illustrates a large variance. Taken from [Montgomery and Runger, 2010]

6 / 20
Session 3 References

Mean and variance of a discrete random variable

Exercise
Let X equal the number of bits in error in the next four bits
transmitted. The possible values for X are {0, 1, 2, 3, 4}. Suppose
that the probabilities are

P(X = 0) = 0.6561, P(X = 1) = 0.2916, P(X = 2) = 0.0486

P(X = 3) = 0.0036, P(X = 4) = 0.0001


Now µ = E (X ) = 0f (0) + 1f (1) + 2f (2) + 3f (3) + 4f (4) then

µ = 0(0.6561) + 1(0.2916) + 2(0.0486) + 3(0.0036) + 4(0.0001)

µ = 0.4.

7 / 20
Session 3 References

Mean and variance of a discrete random variable


To calculate V (X ), a table is convenient

Figure 3 : Taken from [Montgomery and Runger, 2010]

8 / 20
Session 3 References

Mean and variance of a discrete random variable

The variance of a random variable X is a measure of dispersion or


scatter in the possible values for X .

Figure 4 : Parts (a) and (b) differ even though they have equal means
and equal variances. Taken from [Montgomery and Runger, 2010]

9 / 20
Session 3 References

Discrete distribution

Uniform random variable


A random variable X has a discrete uniform distribution if each of
the n values in its range, say, x1 , x2 , ..., xn , has equal probability.
Then

f (xi ) = 1/n (4)

Figure 5 : Probability mass function for a discrete uniform random


variable. Taken from [Montgomery and Runger, 2010]

10 / 20
Session 3 References

Discrete distribution

Binomial distribution
Consider the following random experiments and random variables:
1 Flip a coin 10 times. Let X = number of heads obtained.
2 A worn machine tool produces 1% defective parts. Let X =
number of defective parts in the next 25 parts produced.
3 Each sample of air has a 10% chance of containing a particular
rare molecule. Let X = the number of air samples that
contain the rare molecule in the next 18 samples analyzed.
4 Of all bits transmitted through a digital transmission channel,
10% are received in error. Let X = the number of bits in error
in the next five bits transmitted.

11 / 20
Session 3 References

Discrete distribution

Binomial distribution
Consider the following random experiments and random variables:
1 Flip a coin 10 times. Let X = number of heads obtained.
2 A worn machine tool produces 1% defective parts. Let X =
number of defective parts in the next 25 parts produced.
3 Each sample of air has a 10% chance of containing a particular
rare molecule. Let X = the number of air samples that
contain the rare molecule in the next 18 samples analyzed.
4 Of all bits transmitted through a digital transmission channel,
10% are received in error. Let X = the number of bits in error
in the next five bits transmitted.

11 / 20
Session 3 References

Discrete distribution

Binomial distribution
Consider the following random experiments and random variables:
1 Flip a coin 10 times. Let X = number of heads obtained.
2 A worn machine tool produces 1% defective parts. Let X =
number of defective parts in the next 25 parts produced.
3 Each sample of air has a 10% chance of containing a particular
rare molecule. Let X = the number of air samples that
contain the rare molecule in the next 18 samples analyzed.
4 Of all bits transmitted through a digital transmission channel,
10% are received in error. Let X = the number of bits in error
in the next five bits transmitted.

11 / 20
Session 3 References

Discrete distribution

Binomial distribution
Consider the following random experiments and random variables:
1 Flip a coin 10 times. Let X = number of heads obtained.
2 A worn machine tool produces 1% defective parts. Let X =
number of defective parts in the next 25 parts produced.
3 Each sample of air has a 10% chance of containing a particular
rare molecule. Let X = the number of air samples that
contain the rare molecule in the next 18 samples analyzed.
4 Of all bits transmitted through a digital transmission channel,
10% are received in error. Let X = the number of bits in error
in the next five bits transmitted.

11 / 20
Session 3 References

Discrete distribution

Binomial distribution
Consider the following random experiments and random variables:
5 A multiple choice test contains 10 questions, each with four
choices, and you guess at each question. Let X = the number
of questions answered correctly.
6 In the next 20 births at a hospital, let X = the number of
female births.
7 Of all patients suffering a particular illness, 35% experience
improvement from a particular medication. In the next 100
patients administered the medication, let X = the number of
patients who experience improvement.
The random variable in each case is a count of the number of trials
that meet a specified criterion.

12 / 20
Session 3 References

Discrete distribution

Binomial distribution
Consider the following random experiments and random variables:
5 A multiple choice test contains 10 questions, each with four
choices, and you guess at each question. Let X = the number
of questions answered correctly.
6 In the next 20 births at a hospital, let X = the number of
female births.
7 Of all patients suffering a particular illness, 35% experience
improvement from a particular medication. In the next 100
patients administered the medication, let X = the number of
patients who experience improvement.
The random variable in each case is a count of the number of trials
that meet a specified criterion.

12 / 20
Session 3 References

Discrete distribution

Binomial distribution
Consider the following random experiments and random variables:
5 A multiple choice test contains 10 questions, each with four
choices, and you guess at each question. Let X = the number
of questions answered correctly.
6 In the next 20 births at a hospital, let X = the number of
female births.
7 Of all patients suffering a particular illness, 35% experience
improvement from a particular medication. In the next 100
patients administered the medication, let X = the number of
patients who experience improvement.
The random variable in each case is a count of the number of trials
that meet a specified criterion.

12 / 20
Session 3 References

Discrete distribution

Binomial distribution
Consider the following random experiments and random variables:
5 A multiple choice test contains 10 questions, each with four
choices, and you guess at each question. Let X = the number
of questions answered correctly.
6 In the next 20 births at a hospital, let X = the number of
female births.
7 Of all patients suffering a particular illness, 35% experience
improvement from a particular medication. In the next 100
patients administered the medication, let X = the number of
patients who experience improvement.
The random variable in each case is a count of the number of trials
that meet a specified criterion.

12 / 20
Session 3 References

Discrete distribution

Binomial distribution
Consider the following random experiments and random variables:
5 A multiple choice test contains 10 questions, each with four
choices, and you guess at each question. Let X = the number
of questions answered correctly.
6 In the next 20 births at a hospital, let X = the number of
female births.
7 Of all patients suffering a particular illness, 35% experience
improvement from a particular medication. In the next 100
patients administered the medication, let X = the number of
patients who experience improvement.
The random variable in each case is a count of the number of trials
that meet a specified criterion.

12 / 20
Session 3 References

Discrete distribution

Binomial distribution
A trial with only two possible outcomes is used so frequently
as a building block of a random experiment that it is called a
Bernoulli trial.
It is usually assumed that the trials that constitute the
random experiment are independent.
This implies that the outcome from one trial has no effect on
the outcome to be obtained from any other trial.
It is often reasonable to assume that the probability of a
success in each trial is constant.

13 / 20
Session 3 References

Discrete distribution

Binomial distribution
A trial with only two possible outcomes is used so frequently
as a building block of a random experiment that it is called a
Bernoulli trial.
It is usually assumed that the trials that constitute the
random experiment are independent.
This implies that the outcome from one trial has no effect on
the outcome to be obtained from any other trial.
It is often reasonable to assume that the probability of a
success in each trial is constant.

13 / 20
Session 3 References

Discrete distribution

Binomial distribution
A trial with only two possible outcomes is used so frequently
as a building block of a random experiment that it is called a
Bernoulli trial.
It is usually assumed that the trials that constitute the
random experiment are independent.
This implies that the outcome from one trial has no effect on
the outcome to be obtained from any other trial.
It is often reasonable to assume that the probability of a
success in each trial is constant.

13 / 20
Session 3 References

Discrete distribution

Binomial distribution
A trial with only two possible outcomes is used so frequently
as a building block of a random experiment that it is called a
Bernoulli trial.
It is usually assumed that the trials that constitute the
random experiment are independent.
This implies that the outcome from one trial has no effect on
the outcome to be obtained from any other trial.
It is often reasonable to assume that the probability of a
success in each trial is constant.

13 / 20
Session 3 References

Discrete distribution
Binomial random variable
A random experiment consists of n Bernoulli trials such that
1 The trials are independent
2 Each trial results in only two possible outcomes, labeled as
“success” and “failure”
3 The probability of a success in each trial, denoted as p,
remains constant
The random variable X that equals the number of trials that result
in a success has a binomial random variable with parameters
0 < p < 1 and n = 1, 2, ... The probability mass function of X is

! !
n x n n!
f (x ) = p (1−p)n−x , x = 0, 1, ..., n; where =
x x x !(n − x )!
(5)
14 / 20
Session 3 References

Binomial Probability

Figure 6 : Binomial distribution for selected values of n and p. Taken


from [Montgomery and Runger, 2010]

15 / 20
Session 3 References

Binomial Probability

Exercise
Each sample of water has a 10% chance of containing a particular
organic pollutant. Assume that the samples are independent with
regard to the presence of the pollutant. Find the probability that in
the next 18 samples, exactly 2 contain the pollutant.
Let X = the number of samples that contain the pollutant in
the next 18 samples analyzed.
Then X is a binomial random variable with p = 0.1 and
n = 18.
P(X = 2) = 18 2 16 = 18! (0.1)2 (0.9)16 =

2 (0.1) (0.9) 2!×16!
18×17 2 (0.9)16 = 153(0.1)2 (0.9)16 = 0.284
2 (0.1)
In Matlab nchoosek(18, 2) ∗ (0.1)∧ 2 ∗ (0.9)∧ 16
or binopdf (x , n, p) = binopdf (2, 18, 0.1) = 0.2835

16 / 20
Session 3 References

Binomial Probability

Exercise
Each sample of water has a 10% chance of containing a particular
organic pollutant. Assume that the samples are independent with
regard to the presence of the pollutant. Find the probability that in
the next 18 samples, exactly 2 contain the pollutant.
Let X = the number of samples that contain the pollutant in
the next 18 samples analyzed.
Then X is a binomial random variable with p = 0.1 and
n = 18.
P(X = 2) = 18 2 16 = 18! (0.1)2 (0.9)16 =

2 (0.1) (0.9) 2!×16!
18×17 2 (0.9)16 = 153(0.1)2 (0.9)16 = 0.284
2 (0.1)
In Matlab nchoosek(18, 2) ∗ (0.1)∧ 2 ∗ (0.9)∧ 16
or binopdf (x , n, p) = binopdf (2, 18, 0.1) = 0.2835

16 / 20
Session 3 References

Binomial Probability

Exercise
Each sample of water has a 10% chance of containing a particular
organic pollutant. Assume that the samples are independent with
regard to the presence of the pollutant. Find the probability that in
the next 18 samples, exactly 2 contain the pollutant.
Let X = the number of samples that contain the pollutant in
the next 18 samples analyzed.
Then X is a binomial random variable with p = 0.1 and
n = 18.
P(X = 2) = 18 2 16 = 18! (0.1)2 (0.9)16 =

2 (0.1) (0.9) 2!×16!
18×17 2 (0.9)16 = 153(0.1)2 (0.9)16 = 0.284
2 (0.1)
In Matlab nchoosek(18, 2) ∗ (0.1)∧ 2 ∗ (0.9)∧ 16
or binopdf (x , n, p) = binopdf (2, 18, 0.1) = 0.2835

16 / 20
Session 3 References

Binomial Probability

Exercise
Each sample of water has a 10% chance of containing a particular
organic pollutant. Assume that the samples are independent with
regard to the presence of the pollutant. Find the probability that in
the next 18 samples, exactly 2 contain the pollutant.
Let X = the number of samples that contain the pollutant in
the next 18 samples analyzed.
Then X is a binomial random variable with p = 0.1 and
n = 18.
P(X = 2) = 18 2 16 = 18! (0.1)2 (0.9)16 =

2 (0.1) (0.9) 2!×16!
18×17 2 (0.9)16 = 153(0.1)2 (0.9)16 = 0.284
2 (0.1)
In Matlab nchoosek(18, 2) ∗ (0.1)∧ 2 ∗ (0.9)∧ 16
or binopdf (x , n, p) = binopdf (2, 18, 0.1) = 0.2835

16 / 20
Session 3 References

Binomial Probability

Exercise
Each sample of water has a 10% chance of containing a particular
organic pollutant. Assume that the samples are independent with
regard to the presence of the pollutant. Find the probability that in
the next 18 samples, exactly 2 contain the pollutant.
Let X = the number of samples that contain the pollutant in
the next 18 samples analyzed.
Then X is a binomial random variable with p = 0.1 and
n = 18.
P(X = 2) = 18 2 16 = 18! (0.1)2 (0.9)16 =

2 (0.1) (0.9) 2!×16!
18×17 2 (0.9)16 = 153(0.1)2 (0.9)16 = 0.284
2 (0.1)
In Matlab nchoosek(18, 2) ∗ (0.1)∧ 2 ∗ (0.9)∧ 16
or binopdf (x , n, p) = binopdf (2, 18, 0.1) = 0.2835

16 / 20
Session 3 References

Binomial Probability

Exercise
Each sample of water has a 10% chance of containing a particular
organic pollutant. Assume that the samples are independent with
regard to the presence of the pollutant. Find the probability that in
the next 18 samples, exactly 2 contain the pollutant.
Let X = the number of samples that contain the pollutant in
the next 18 samples analyzed.
Then X is a binomial random variable with p = 0.1 and
n = 18.
P(X = 2) = 18 2 16 = 18! (0.1)2 (0.9)16 =

2 (0.1) (0.9) 2!×16!
18×17 2 (0.9)16 = 153(0.1)2 (0.9)16 = 0.284
2 (0.1)
In Matlab nchoosek(18, 2) ∗ (0.1)∧ 2 ∗ (0.9)∧ 16
or binopdf (x , n, p) = binopdf (2, 18, 0.1) = 0.2835

16 / 20
Session 3 References

Binomial Probability

Exercise
Determine the probability that at least four samples contain
the pollutant.
P(X ≥ 4) =?
There are two ways of do this
P18 18 x 18−x =?
1 P(X ≥ 4) = x =4 x (0.1) (0.9)
P3 18  x 18−x
2 P(X ≥ 4) = 1 − x =0 x (0.1) (0.9) =?
Implement in Matlab.
0.0982
P6 18 x 18−x
3 P(3 ≤ X < 7) = x =3 x (0.1) (0.9) =?
0.265

17 / 20
Session 3 References

Binomial Probability

Exercise
Determine the probability that at least four samples contain
the pollutant.
P(X ≥ 4) =?
There are two ways of do this
P18 18 x 18−x =?
1 P(X ≥ 4) = x =4 x (0.1) (0.9)
P3 18  x 18−x
2 P(X ≥ 4) = 1 − x =0 x (0.1) (0.9) =?
Implement in Matlab.
0.0982
P6 18 x 18−x
3 P(3 ≤ X < 7) = x =3 x (0.1) (0.9) =?
0.265

17 / 20
Session 3 References

Binomial Probability

Exercise
Determine the probability that at least four samples contain
the pollutant.
P(X ≥ 4) =?
There are two ways of do this
P18 18 x 18−x =?
1 P(X ≥ 4) = x =4 x (0.1) (0.9)
P3 18  x 18−x
2 P(X ≥ 4) = 1 − x =0 x (0.1) (0.9) =?
Implement in Matlab.
0.0982
P6 18 x 18−x
3 P(3 ≤ X < 7) = x =3 x (0.1) (0.9) =?
0.265

17 / 20
Session 3 References

Binomial Probability

Exercise
Determine the probability that at least four samples contain
the pollutant.
P(X ≥ 4) =?
There are two ways of do this
P18 18 x 18−x =?
1 P(X ≥ 4) = x =4 x (0.1) (0.9)
P3 18  x 18−x
2 P(X ≥ 4) = 1 − x =0 x (0.1) (0.9) =?
Implement in Matlab.
0.0982
P6 18 x 18−x
3 P(3 ≤ X < 7) = x =3 x (0.1) (0.9) =?
0.265

17 / 20
Session 3 References

Binomial Probability

Exercise
Determine the probability that at least four samples contain
the pollutant.
P(X ≥ 4) =?
There are two ways of do this
P18 18 x 18−x =?
1 P(X ≥ 4) = x =4 x (0.1) (0.9)
P3 18  x 18−x
2 P(X ≥ 4) = 1 − x =0 x (0.1) (0.9) =?
Implement in Matlab.
0.0982
P6 18 x 18−x
3 P(3 ≤ X < 7) = x =3 x (0.1) (0.9) =?
0.265

17 / 20
Session 3 References

Binomial Probability

Exercise
Determine the probability that at least four samples contain
the pollutant.
P(X ≥ 4) =?
There are two ways of do this
P18 18 x 18−x =?
1 P(X ≥ 4) = x =4 x (0.1) (0.9)
P3 18  x 18−x
2 P(X ≥ 4) = 1 − x =0 x (0.1) (0.9) =?
Implement in Matlab.
0.0982
P6 18 x 18−x
3 P(3 ≤ X < 7) = x =3 x (0.1) (0.9) =?
0.265

17 / 20
Session 3 References

Binomial Probability

Exercise
Determine the probability that at least four samples contain
the pollutant.
P(X ≥ 4) =?
There are two ways of do this
P18 18 x 18−x =?
1 P(X ≥ 4) = x =4 x (0.1) (0.9)
P3 18  x 18−x
2 P(X ≥ 4) = 1 − x =0 x (0.1) (0.9) =?
Implement in Matlab.
0.0982
P6 18 x 18−x
3 P(3 ≤ X < 7) = x =3 x (0.1) (0.9) =?
0.265

17 / 20
Session 3 References

Binomial Probability

Exercise
Determine the probability that at least four samples contain
the pollutant.
P(X ≥ 4) =?
There are two ways of do this
P18 18 x 18−x =?
1 P(X ≥ 4) = x =4 x (0.1) (0.9)
P3 18  x 18−x
2 P(X ≥ 4) = 1 − x =0 x (0.1) (0.9) =?
Implement in Matlab.
0.0982
P6 18 x 18−x
3 P(3 ≤ X < 7) = x =3 x (0.1) (0.9) =?
0.265

17 / 20
Session 3 References

Binomial Probability

Exercise
Determine the probability that at least four samples contain
the pollutant.
P(X ≥ 4) =?
There are two ways of do this
P18 18 x 18−x =?
1 P(X ≥ 4) = x =4 x (0.1) (0.9)
P3 18  x 18−x
2 P(X ≥ 4) = 1 − x =0 x (0.1) (0.9) =?
Implement in Matlab.
0.0982
P6 18 x 18−x
3 P(3 ≤ X < 7) = x =3 x (0.1) (0.9) =?
0.265

17 / 20
Session 3 References

Binomial Probability

Exercise
Determine the probability that at least four samples contain
the pollutant.
P(X ≥ 4) =?
There are two ways of do this
P18 18 x 18−x =?
1 P(X ≥ 4) = x =4 x (0.1) (0.9)
P3 18  x 18−x
2 P(X ≥ 4) = 1 − x =0 x (0.1) (0.9) =?
Implement in Matlab.
0.0982
P6 18 x 18−x
3 P(3 ≤ X < 7) = x =3 x (0.1) (0.9) =?
0.265

17 / 20
Session 3 References

Binomial Probability

Mean and variance


If X is a binomial random variable with parameters p and n
1 µ = E (X ) = np
2 σ 2 = V (X ) = np(1 − p)

Mean and variance


If n = 18 and p = 0.1
1 µ = 18 × 0.1 = 1.8
2 σ 2 = 18 × 0.1(1 − 0.1) = 1.62

18 / 20
Session 3 References

Binomial Probability

Mean and variance


If X is a binomial random variable with parameters p and n
1 µ = E (X ) = np
2 σ 2 = V (X ) = np(1 − p)

Mean and variance


If n = 18 and p = 0.1
1 µ = 18 × 0.1 = 1.8
2 σ 2 = 18 × 0.1(1 − 0.1) = 1.62

18 / 20
Session 3 References

Binomial Probability Example

Figure 7 : Example’s Binomial distribution

19 / 20
Session 3 References

References I

Montgomery, D. C. and Runger, G. C. (2010).


Applied statistics and probability for engineers.
John Wiley & Sons.

20 / 20

You might also like