Probability And Stochastic Processes Codexery

Likelihood function

Measures relative merit of models for given data.

Likelihood function

The likelihood function is a fundamental concept in statistical inference, used to quantify the relative support that observed data provide for different statistical models. It is central to both frequentist and Bayesian approaches, though its interpretation differs between these paradigms.

field
Statistics
known_for
Likelihood function, maximum likelihood estimation, Fisher information

Lore & Background

The likelihood function is defined as any function of a parameter θ equal to c times the probability (or probability density) of the data x given θ, for some positive constant c. For discrete distributions, it is the probability mass function evaluated at the observed data, viewed as a function of the parameter. For continuous distributions, it is the probability density function similarly reoriented. The notation L(θ | x) is commonly used, and the function is not a probability density over θ—a common misinterpretation with potentially serious consequences, such as the prosecutor's fallacy.

Reader's Guide

The likelihood function serves as the basis for maximum likelihood estimation, where the parameter value that maximizes the likelihood is used as a point estimate for the unknown parameter. The Fisher information, often approximated by the Hessian matrix of the likelihood at its maximum, indicates the precision of that estimate. In Bayesian statistics, the likelihood is combined with a prior distribution via Bayes' rule to obtain the posterior probability of the parameter given the data. The likelihood itself does not give the probability that a parameter value is true; it only reflects the probability of observing the data under that parameter. This distinction is critical for correct statistical reasoning.

Did You Know?

More in Probability And Stochastic Processes 1-21

Spotted an error? Know more?

This is a living reference — every entry is fact-audited, and reader corrections feed straight into our audit queue. Suggest an edit · See this site's audit record

Comments

Loading…
Open in the interactive codex →