Likelihood Functions for Discrete Probability Distributions
Introduces the likelihood function as a function of an unknown parameter, with the observed data held fixed. Constructs likelihoods for iid samples from Bernoulli, Poisson, and Binomial distributions, evaluates them at specific parameter values, and compares values of the parameter by their likelihood.
Tutorial
The Likelihood Function
Suppose we observe data from a discrete distribution whose parameter is unknown, and we want to ask which value of makes the observed data most probable. The likelihood function answers this by treating the data as fixed and the parameter as the variable.
If has PMF and we observe a single value , the likelihood function is
For an iid sample , the likelihood is the product of the individual probabilities:
Notice the change in perspective. The PMF is a function of with held fixed (it is a probability). The likelihood is a function of with the data held fixed; it is not a probability distribution over .
Quick illustration. If and we observe , then . If instead we observe , then .