Notation
Inverse
Likelihood
Suppose that we have data for how long a certain type and brand of light bulb operated (in the same working conditions), and that data in months was
\[6, \quad 18, \quad 29, \quad 44, \quad 48\] Goal: characterize the top 5 percent of light bulbs.
- Build the likelihood function assuming an exponential distribution.
- Compute the likelihood that \(\mu = 25\).
- Compute the likelihood that \(\mu = 50\).
Log Likelihood
For modeling with the exponential distribution, we saw that the likelihood function was
\[L\left(\lambda; \{x_{i}\}_{i=1}^{n}\right) = \displaystyle\prod_{i=1}^{n} f_{X}(x_{i}) = \lambda^{n}e^{-\lambda\sum x_{i}}\]
We take the natural logarithm to compute the log-likelihood function
\[\ell\left(\lambda; \{x_{i}\}_{i=1}^{n}\right) = \ln L\left(\lambda; \{x_{i}\}_{i=1}^{n}\right) = n\ln\lambda - \lambda\displaystyle\sum_{i=1}^{n} x_{i}\]
- Compute the log-likelihood that \(\mu = 25\).
- Compute the log-likelihood that \(\mu = 50\).
Visuals
Looking Ahead
WHW9
Exam 2, Mon., Apr. 10
- more information in weekly announcement