You are on page 1of 2

CHAPTER 8

TYPES OF PROBABILITY DISTRIBUTIONS


8.1 Some Discrete Probability Distributions
The observations generated by different statistical experiments have the
same general type of behavior. These experiments encountered in practice can
be described by essentially the same probability distributions and therefore can
be represented by a single formula.
8.1.1: Discrete Uniform Distribution
The random variable assumes each of its values with an equal probability.
Definition 8.1: If the random variable X assumes x 1, x2, , xk, with equal
probabilities, then the discrete uniform distribution is given by
f(x; k)= 1/k ,
x1, x2, , xk.
Example 8.1: When a light bulb is selected at random from a box that contains a
40-watt bulb, a 60-watt bulb, a 75-watt bulb, and a 100-watt bulb, each element
of the sample space S = {40, 60, 75, 100} occurs with probability of .
Therefore, we have u uniform distribution, with
f(x; 4) = ,

x = 40, 60, 75, 100.

Theorem 8.1: The mean and variance of the discrete uniform distribution f(x; k)
are
k

xi
i 1

(x )

i 1

8.1.2: Binomial and Multinomial Distributions


An experiment often consists of repeated trials, each with two possible
outcomes that may labeled success or failure. This is called Bernoulli
experiment and each trial is called Bernoulli trial.
Definition 8.2: A Bernoulli trial can result in a success with probability p and a
failure q = 1 p. Then the probability distribution of the binomial random variable
X, the number of successes in n independent trials, is
n
b x; n, p p x q n x ,
x

x = 0,1,2, ,n.

Example 8.2a: The probability that a certain kind of component will survive a
given shock test is . Find the probability that exactly 2 of the next 4 components
tested survive.
Example 8.2b: The probability that a patient recovers from a rare blood disease
is 0.4. If 15 people are known to have contracted this disease, what is the

probability that (a) at least 10 survive (b) from 3 to 8 survive, and (c) exactly 5
survive?
Theorem 8.2 The mean and variance of binomial distribution are
np and 2 npq .
Example 5.6 Find the mean and variance of the binomial random variable of
example 8.2b.
8.1.3: Multinomial Distributions
In a multinomial experiment, each trial have more than two possible
outcomes. If a given trial can result in any one of the k possible outcomes E1,
E2, , Ek with probabilities p1, p2, , pk, then the multinomial distribution will give
the probability that E1 occurs x1 times, E2 occurs x2 times , , and Ek occurs in xk
times in independent trials where
x1 + x2 + + xk = n.
We denote the joint probability distribution by
f(x1, x2, ,xk; p1, p2, , pk,n )
with p1+ p2 ++ pk = 1.
Definition 8.3: The probability distribution of the random variables, X 1, X2, , Xk in
n dependent trials is

f(x1, x2, ,xk; p1, p2, , pk,n ) =

p1 1 p 2 2 ... p k
x

x1 , x 2 ..., x k

xk

Homework: #7-p125 ; #15 p125


8.1.4 Hypergeometric Distribution
This finds applications in acceptance sampling.
Definition 8.4: the probability distribution of the hypergeometric random variable
X, the number of successes in a random sample size n, selected from N times of
which k are labeled success and N k labeled failure, is
h x; N , n, k

k

x

N k

nx
,
N

x =0, 1,2,n.

Theorem 8.4: The mean and variance of the hypergeometric distribution are

N n
k
k
nk
2
n 1 .
and
N 1
N
N
N

You might also like