STAT 208. ASSIGNMENT NO. 10
Due on Thursday, April 10, 1997
Read Chapters 17 and 18.
Do the following exercises:
17.12
17.14: Drug Data
18.18: Job Sharing Data . Please describe how to do this problem. You do not have to do the actual computation.
Additional Problem: One popular model for the life time (for example
the life time of light bulbs from GE) distribution is the exponential distribution, which is specified by a density function:
f(x) = lambda * exp{-lambda x}, for x > 0
or the corresponding cumulative distribution function:
F(x) = P { X <= x } = 1 - exp{-lambda x}
for some parameter
lambda>0. This lambda is often unknown and has to be estimated from
a data set.