Problem 15
Question
On January 28,1986, the main fuel tank of the space shuttle Challenger exploded shortly after takeoff. Essential in this accident was the leakage of some of the six O-rings of the Challenger. In Section \(1.4\) the probability of failure of an O-ring is given by $$ p(t)=\frac{e^{a+b \cdot t}}{1+e^{a+b \cdot t}} $$ where \(t\) is the temperature at launch in degrees Fahrenheit. In Table \(21.2\) the temperature \(t\) (in \({ }^{\circ} \mathrm{F}\), rounded to the nearest integer) and the number of failures \(N\) for 23 missions are given, ordered according to increasing temperatures. (See also Figure 1.3, where these data are graphically depicted.) Give the likelihood \(L(a, b)\) and the loglikelihood \(\ell(a, b)\). Table 21.2. Space shuttle failure data of pre-Challenger missions. \begin{tabular}{ccccccccc} \hline \hline\(t\) & 53 & 57 & 58 & 63 & 66 & 67 & 67 & 67 \\ \(N\) & 2 & 1 & 1 & 1 & 0 & 0 & 0 & 0 \\ \hline\(t\) & 68 & 69 & 70 & 70 & 70 & 70 & 72 & 73 \\ \(N\) & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 \\ \hline\(t\) & 75 & 75 & 76 & 76 & 78 & 79 & 81 & \\ \(N\) & 0 & 2 & 0 & 0 & 0 & 0 & 0 & \\ \hline \hline \end{tabular}
Step-by-Step Solution
VerifiedKey Concepts
Probability of Failure
- \( p(t) = \frac{e^{a + b \cdot t}}{1 + e^{a + b \cdot t}} \)
The nature of the logistic function makes it perfect for modeling probabilities because:
- The function outputs values between 0 and 1, which are suitable for probability measures.
- It scales input temperatures to give a smooth transition between failure likelihoods at different temperatures.
Likelihood Function
To construct the likelihood function \(L(a, b)\) for the Challenger missions, we examine the data on O-ring failures across different missions and temperatures. The likelihood is built by considering each mission individually, calculating the probability that the observed outcome occurred.
- For missions with a failure \(N_i = 1\), the probability is \(p(t_i)\).
- For missions without a failure \(N_i = 0\), the probability is \(1 - p(t_i)\).
- \( L(a, b) = \prod_{i}(p(t_i))^{N_i} \times (1 - p(t_i))^{1-N_i} \)
Maximizing this likelihood allows the estimation of parameters \(a\) and \(b\) that best explain the observed data, leading to a reliable predictive model.
Log-Likelihood
The log-likelihood \(\ell(a, b)\) is expressed as:
- \( \ell(a, b) = \sum_{i} \left(N_i \log(p(t_i)) + (1 - N_i) \log(1 - p(t_i))\right) \)
Using the log function has several advantages when estimating parameters:
- It turns the product of probabilities in the likelihood function into a sum, making differentiation and finding maxima easier.
- Logarithms ensure numerical stability, especially with very small probability values.