next up previous
Next: .

The exam is closed book. You will be provided with tables and formulas. You may use calculators.





Formulas and Tables.

In all cases below, we show the values where the p.m.f. or p.d.f. is positive.

Discrete Probability Distributions.

1.
Binomial
A.
Parameters:
n = number of trials;
p = probability of success on each trial.
It is required that n is a positive integer, and p is between and 1.
B.
Probability Mass function:

\begin{displaymath}
b(x;n,p) \; = \; 
\left( \begin{array}
{c} n \\  p \end{array} \right)
p^x (1-p)^{(n-x)} ,
\quad x = 0 , 1 , \ldots , n .\end{displaymath}

NOTE: the binomial coefficient should have x in place of p -- sorry about the error.
C.
Mean and Variance:

\begin{displaymath}
\mu \; = \; np ;\end{displaymath}

\begin{displaymath}
\sigma^2 \; = \; n p (1-p) .\end{displaymath}

2.
Poisson
A.
Parameters: $\lambda \gt 0$.
B.
Probability Mass function:

\begin{displaymath}
p(x;\lambda) \; = \; \frac{\lambda^x}{x!} e^{- \lambda} ,
\quad x = 0 , 1 , 2, \ldots .\end{displaymath}

C.
Mean and Variance:

\begin{displaymath}
\mu \; = \; \lambda ;\end{displaymath}

\begin{displaymath}
\sigma^2 \; = \; \lambda.\end{displaymath}

Continuous Probability Distributions.

1.
The Uniform distribution.
A.
Parameters: a < b.
B.
Probability Density Function:

\begin{displaymath}
f(x;a,b) \; = \; \frac{1}{b-a} , \quad a \le x \le b .\end{displaymath}

C.
Mean and Variance:

\begin{displaymath}
\mu \; = \; \frac{a+b}{2}, \quad
\sigma^2 \; = \; \frac{(b-a)^2}{12} .\end{displaymath}

2.
The Exponential Distribution.
A.
Parameters: $\lambda \gt 0$.
B.
Probability Density Function:

\begin{displaymath}
f(x;\lambda) \; = \; \lambda e^{- \lambda x} , \quad x \ge 0 .\end{displaymath}

C.
Mean and Variance:

\begin{displaymath}
\mu \; = \; 1/\lambda, \quad
\sigma^2 \; = \; 1/\lambda^2 .\end{displaymath}

3.
The Gamma Distribution.
A.
Parameters: $\alpha \gt 0$ and $\beta \gt 0$.
B.
Probability Density Function:

\begin{displaymath}
f(x;\alpha,\beta) \; = \; \frac{x^{\alpha-1}}{\Gamma(\alpha) \beta^{\alpha}}
e^{- x/\beta} , \quad x \ge 0 .\end{displaymath}

C.
Mean and Variance:

\begin{displaymath}
\mu \; = \; \alpha \beta , \quad
\sigma^2 \; = \; \alpha \beta^2 .\end{displaymath}



  SOLUTIONS to the study guide questions

Dennis Cox
3/8/2001