Next: About this document ...
Lecture 7: Some Important Examples of Discrete Random Variables
Some important discrete distributions. We shall give interpretations of
these distribution in terms of coin tossing, etc. It will be a good review of
calculus and algebra to consider the following simply as formulae to be
manipulated. We shall only give the value of the probability mass function for
the range values of the random variable. At any other value it is 0.
- Uniform:
- Suppose N is a positive integer and k is any integer.
A random variable R whose range is
is said to have the uniform distribution if

The mean and variance of such a random variable are given by
![\begin{displaymath}
E[R] = k + \frac{N+1}{2}
\;\;\;\;\;\;\;\;\;\;\;\;
V[R] = \frac{N^2-1}{12}\end{displaymath}](img3.gif)
Such a random variable might arise from the experiment, choose an integer at
random from the integers between N+1 and N+k.
- Binomial:
- Pick a real number
. A random variable with range
is said to have a
binomial distribution if

The mean and variance of such a random variable are given by
![\begin{displaymath}
E[R] = N\cdot p
\;\;\;\;\;\;\;\;\;\;\;\;
V[R] = N\cdot p(1-p)\end{displaymath}](img7.gif)
Such a random variable might arise from counting the number of heads in N
independent tosses of a coin with probablity p of heads on a single toss.
- Geometric:
- Pick a real
number
. A random variable with range
is said to
have a geometric distribution if

The mean and variance of such a random variable are given by
![\begin{displaymath}
E[R] = \frac{1}{p}
\;\;\;\;\;\;\;\;\;\;\;\;
V[R] = \frac{1-p}{p^2}\end{displaymath}](img11.gif)
Such a random variable might arise from counting the number of independent
tosses of a coin with probility heads until the first head is obtained.
- Negative Binomial:
- Pick a
real number
and a positive integer r . A random variable with
range
is said to have a negative binomial distribution
if

The mean and variance of such a random variable are given by
![\begin{displaymath}
E[R] = \frac{r}{p}
\;\;\;\;\;\;\;\;\;\;\;\;
V[R] = \frac{r(1-p)}{p^2}\end{displaymath}](img14.gif)
This is the generalization of the previous example to the number of tosses for
to obtain r heads.
- Hypergeometric:
- Pick
three positive integers N and n and r with
and r < N. A
random variable with range
is said to have a
hypergeometric distribution if

The mean and variance of such a random variable are given by
![\begin{displaymath}
E[R] = \frac{n\cdot r}{N}
\;\;\;\;\;\;\;\;\;\;\;\;
V[R] = n\frac{r}{N}\cdot\frac{N-r}{N}\cdot\frac{N-n}{N-1}\end{displaymath}](img18.gif)
Suppose an urn contains N balls, r of which are red and N-r of which are green.
n balls are selected without replacement. R represents the number of red
balls.
- Poisson:
- Pick a positive
real number
. A random variable with range
is said to
have a Poisson distribution if

The mean and variance of such a random variable are given by
![\begin{displaymath}
E[R] = \lambda
\;\;\;\;\;\;\;\;\;\;\;\;
V[R] = \lambda\end{displaymath}](img22.gif)
This a little more complicated to explain, and we shall leave this to another
time.
Homework, Due Wednesday, September 30, 1998
- 1.
- Derive the formulae for the mean, variance and standard deviation for
the discrete uniform distribution, for the binomial distribution, for the
geometric distribution and for the Poisson distribution. You will find it
helpful to read the proofs of Theorems 3.7, 3.8, and 3.11 in your text.
- 2.
- Graph the probability mass function and the distribution function for a
random variable with a binomial distribution with expected value of 4 and
variance of 2.
- 3.
- Graph the probability mass function and the distribution function for a
random variable with a binomial distribution with expected value of 3 and
variance of 2.
- 4.
- Graph the probability mass function and the distribution function for a
random variable with a hypergeomtric distribution with N = 26, n = 13 and
r = 5.
- 5.
- Graph the probability mass function and the distribution function for a
random variable with a hypergeomtric distribution with N = 26, n = 13 and
r = 6.
- 6.
- Suppose that the random variable R has a geometric distribution, and
H(z) = etz. Compute E[H(R)]. Be careful to indicate for which values
of t E[H(R)] is defined.
- 7.
- Suppose that the random variable R has a Poisson distribution, and
H(z) = etz. Compute E[H(R)]. Be careful to indicate for which values
of t E[H(R)] is defined.
Next: About this document ...
Eric S Key
9/23/1998