Template:Short description Template:Bayesian statistics A likelihood function (often simply called the likelihood) measures how well a statistical model explains observed data by calculating the probability of seeing that data under different parameter values of the model. It is constructed from the joint probability distribution of the random variable that (presumably) generated the observations.<ref>Template:Cite book</ref><ref>Template:Cite book</ref><ref>Template:Cite book</ref> When evaluated on the actual data points, it becomes a function solely of the model parameters.

In maximum likelihood estimation, the argument that maximizes the likelihood function serves as a point estimate for the unknown parameter, while the Fisher information (often approximated by the likelihood's Hessian matrix at the maximum) gives an indication of the estimate's precision.

In contrast, in Bayesian statistics, the estimate of interest is the converse of the likelihood, the so-called posterior probability of the parameter given the observed data, which is calculated via Bayes' rule.<ref>Template:Cite book</ref>

DefinitionEdit

The likelihood function, parameterized by a (possibly multivariate) parameter <math display="inline">\theta</math>, is usually defined differently for discrete and continuous probability distributions (a more general definition is discussed below). Given a probability density or mass function

<math display="block">x\mapsto f(x \mid \theta),</math>

where <math display="inline">x</math> is a realization of the random variable <math display="inline">X</math>, the likelihood function is <math display="block">\theta\mapsto f(x \mid \theta),</math> often written <math display="block">\mathcal{L}(\theta \mid x). </math>

In other words, when <math display="inline">f(x\mid\theta)</math> is viewed as a function of <math display="inline">x</math> with <math display="inline">\theta</math> fixed, it is a probability density function, and when viewed as a function of <math display="inline">\theta</math> with <math display="inline">x</math> fixed, it is a likelihood function. In the frequentist paradigm, the notation <math display="inline">f(x\mid\theta)</math> is often avoided and instead <math display="inline">f(x;\theta)</math> or <math display="inline">f(x,\theta)</math> are used to indicate that <math display="inline">\theta</math> is regarded as a fixed unknown quantity rather than as a random variable being conditioned on.

The likelihood function does not specify the probability that <math display="inline">\theta</math> is the truth, given the observed sample <math display="inline">X = x</math>. Such an interpretation is a common error, with potentially disastrous consequences (see prosecutor's fallacy).

Discrete probability distributionEdit

Let <math display="inline">X</math> be a discrete random variable with probability mass function <math display="inline">p</math> depending on a parameter <math display="inline">\theta</math>. Then the function

<math display="block">\mathcal{L}(\theta \mid x) = p_\theta (x) = P_\theta (X=x), </math>

considered as a function of <math display="inline">\theta</math>, is the likelihood function, given the outcome <math display="inline">x</math> of the random variable <math display="inline">X</math>. Sometimes the probability of "the value <math display="inline">x</math> of <math display="inline">X</math> for the parameter value <math display="inline">\theta</math>Template:Resize" is written as Template:Math or Template:Math. The likelihood is the probability that a particular outcome <math display="inline">x</math> is observed when the true value of the parameter is <math display="inline">\theta</math>, equivalent to the probability mass on <math display="inline">x</math>; it is not a probability density over the parameter <math display="inline">\theta</math>. The likelihood, <math display="inline">\mathcal{L}(\theta \mid x) </math>, should not be confused with <math display="inline">P(\theta \mid x)</math>, which is the posterior probability of <math display="inline">\theta</math> given the data <math display="inline">x</math>.

ExampleEdit

File:LikelihoodFunctionAfterHH.png
Figure 1.  The likelihood function (<math display="inline">p_\text{H}^2</math>) for the probability of a coin landing heads-up (without prior knowledge of the coin's fairness), given that we have observed HH.
File:LikelihoodFunctionAfterHHT.png
Figure 2.  The likelihood function (<math display="inline">p_\text{H}^2(1-p_\text{H})</math>) for the probability of a coin landing heads-up (without prior knowledge of the coin's fairness), given that we have observed HHT.

Consider a simple statistical model of a coin flip: a single parameter <math display="inline">p_\text{H}</math> that expresses the "fairness" of the coin. The parameter is the probability that a coin lands heads up ("H") when tossed. <math display="inline">p_\text{H}</math> can take on any value within the range 0.0 to 1.0. For a perfectly fair coin, <math display="inline">p_\text{H} = 0.5</math>.

Imagine flipping a fair coin twice, and observing two heads in two tosses ("HH"). Assuming that each successive coin flip is i.i.d., then the probability of observing HH is

<math display="block">P(\text{HH} \mid p_\text{H}=0.5) = 0.5^2 = 0.25.</math>

Equivalently, the likelihood of observing "HH" assuming <math display="inline">p_\text{H} = 0.5</math> is

<math display="block">\mathcal{L}(p_\text{H}=0.5 \mid \text{HH}) = 0.25.</math>

This is not the same as saying that <math display="inline">P(p_\text{H} = 0.5 \mid HH) = 0.25</math>, a conclusion which could only be reached via Bayes' theorem given knowledge about the marginal probabilities <math display="inline">P(p_\text{H} = 0.5)</math> and <math display="inline">P(\text{HH})</math>.

Now suppose that the coin is not a fair coin, but instead that <math display="inline">p_\text{H} = 0.3</math>. Then the probability of two heads on two flips is

<math display="block">P(\text{HH} \mid p_\text{H}=0.3) = 0.3^2 = 0.09.</math>

Hence

<math display="block">\mathcal{L}(p_\text{H}=0.3 \mid \text{HH}) = 0.09.</math>

More generally, for each value of <math display="inline">p_\text{H}</math>, we can calculate the corresponding likelihood. The result of such calculations is displayed in Figure 1. The integral of <math display="inline">\mathcal{L}</math> over [0, 1] is 1/3; likelihoods need not integrate or sum to one over the parameter space.

Continuous probability distributionEdit

Let <math display="inline">X</math> be a random variable following an absolutely continuous probability distribution with density function <math display="inline">f</math> (a function of <math display="inline">x</math>) which depends on a parameter <math display="inline">\theta</math>. Then the function

<math display="block">\mathcal{L}(\theta \mid x) = f_\theta (x), </math>

considered as a function of <math display="inline">\theta</math>, is the likelihood function (of <math display="inline">\theta</math>, given the outcome <math display="inline">X=x</math>). Again, <math display="inline">\mathcal{L}</math> is not a probability density or mass function over <math display="inline">\theta</math>, despite being a function of <math display="inline">\theta</math> given the observation <math display="inline">X = x</math>.

Relationship between the likelihood and probability density functionsEdit

The use of the probability density in specifying the likelihood function above is justified as follows. Given an observation <math display="inline">x_j</math>, the likelihood for the interval <math display="inline">[x_j, x_j + h]</math>, where <math display="inline">h > 0</math> is a constant, is given by <math display="inline"> \mathcal{L}(\theta\mid x \in [x_j, x_j + h]) </math>. Observe that <math display="block"> \mathop\operatorname{arg\,max}_\theta \mathcal{L}(\theta\mid x \in [x_j, x_j + h]) = \mathop\operatorname{arg\,max}_\theta \frac{1}{h} \mathcal{L}(\theta\mid x \in [x_j, x_j + h]) ,</math> since <math display="inline"> h </math> is positive and constant. Because <math display="block"> \mathop\operatorname{arg\,max}_\theta \frac 1 h \mathcal{L}(\theta\mid x \in [x_j, x_j + h]) = \mathop\operatorname{arg\,max}_\theta \frac 1 h \Pr(x_j \leq x \leq x_j + h \mid \theta)

= \mathop\operatorname{arg\,max}_\theta \frac 1 h \int_{x_j}^{x_j+h} f(x\mid \theta) \,dx,

</math>

where <math display="inline"> f(x\mid \theta) </math> is the probability density function, it follows that

<math display="block"> \mathop\operatorname{arg\,max}_\theta \mathcal{L}(\theta\mid x \in [x_j, x_j + h]) = \mathop\operatorname{arg\,max}_\theta \frac{1}{h} \int_{x_j}^{x_j+h} f(x\mid\theta) \,dx .</math>

The first fundamental theorem of calculus provides that <math display="block"> \lim_{h \to 0^{+}} \frac 1 h \int_{x_j}^{x_j+h} f(x\mid\theta) \,dx = f(x_j \mid \theta). </math>

Then <math display="block"> \begin{align} \mathop\operatorname{arg\,max}_\theta \mathcal{L}(\theta\mid x_j) &= \mathop\operatorname{arg\,max}_\theta \left[ \lim_{h\to 0^{+}} \mathcal{L}(\theta\mid x \in [x_j, x_j + h]) \right] \\[4pt] &= \mathop\operatorname{arg\,max}_\theta \left[ \lim_{h\to 0^{+}} \frac{1}{h} \int_{x_j}^{x_j+h} f(x\mid\theta) \,dx \right] \\[4pt] &= \mathop\operatorname{arg\,max}_\theta f(x_j \mid \theta). \end{align} </math>

Therefore, <math display="block"> \mathop\operatorname{arg\,max}_\theta \mathcal{L}(\theta\mid x_j) = \mathop\operatorname{arg\,max}_\theta f(x_j \mid \theta), </math> and so maximizing the probability density at <math display="inline"> x_j </math> amounts to maximizing the likelihood of the specific observation <math display="inline"> x_j </math>.

In generalEdit

In measure-theoretic probability theory, the density function is defined as the Radon–Nikodym derivative of the probability distribution relative to a common dominating measure.<ref>Template:Citation</ref> The likelihood function is this density interpreted as a function of the parameter, rather than the random variable.<ref name="Shao03">Template:Citation</ref> Thus, we can construct a likelihood function for any distribution, whether discrete, continuous, a mixture, or otherwise. (Likelihoods are comparable, e.g. for parameter estimation, only if they are Radon–Nikodym derivatives with respect to the same dominating measure.)

The above discussion of the likelihood for discrete random variables uses the counting measure, under which the probability density at any outcome equals the probability of that outcome.

Likelihoods for mixed continuous–discrete distributionsEdit

The above can be extended in a simple way to allow consideration of distributions which contain both discrete and continuous components. Suppose that the distribution consists of a number of discrete probability masses <math display="inline">p_k (\theta)</math> and a density <math display="inline">f(x\mid\theta)</math>, where the sum of all the <math display="inline">p</math>'s added to the integral of <math display="inline">f</math> is always one. Assuming that it is possible to distinguish an observation corresponding to one of the discrete probability masses from one which corresponds to the density component, the likelihood function for an observation from the continuous component can be dealt with in the manner shown above. For an observation from the discrete component, the likelihood function for an observation from the discrete component is simply <math display="block">\mathcal{L}(\theta \mid x )= p_k(\theta), </math> where <math display="inline">k</math> is the index of the discrete probability mass corresponding to observation <math display="inline">x</math>, because maximizing the probability mass (or probability) at <math display="inline">x</math> amounts to maximizing the likelihood of the specific observation.

The fact that the likelihood function can be defined in a way that includes contributions that are not commensurate (the density and the probability mass) arises from the way in which the likelihood function is defined up to a constant of proportionality, where this "constant" can change with the observation <math display="inline">x</math>, but not with the parameter <math display="inline">\theta</math>.

Regularity conditionsEdit

In the context of parameter estimation, the likelihood function is usually assumed to obey certain conditions, known as regularity conditions. These conditions are Template:Em in various proofs involving likelihood functions, and need to be verified in each particular application. For maximum likelihood estimation, the existence of a global maximum of the likelihood function is of the utmost importance. By the extreme value theorem, it suffices that the likelihood function is continuous on a compact parameter space for the maximum likelihood estimator to exist.<ref>Template:Cite book</ref> While the continuity assumption is usually met, the compactness assumption about the parameter space is often not, as the bounds of the true parameter values might be unknown. In that case, concavity of the likelihood function plays a key role.

More specifically, if the likelihood function is twice continuously differentiable on the k-dimensional parameter space <math display="inline"> \Theta </math> assumed to be an open connected subset of <math display="inline"> \mathbb{R}^{k} \,,</math> there exists a unique maximum <math display="inline">\hat{\theta} \in \Theta</math> if the matrix of second partials <math display="block"> \mathbf{H}(\theta) \equiv \left[\, \frac{ \partial^2 L }{\, \partial \theta_i \, \partial \theta_j \,} \,\right]_{i,j=1,1}^{n_\mathrm{i},n_\mathrm{j}} \;</math> is negative definite for every <math display="inline">\, \theta \in \Theta \,</math> at which the gradient <math display="inline">\; \nabla L \equiv \left[\, \frac{ \partial L }{\, \partial \theta_i \,} \,\right]_{i=1}^{n_\mathrm{i}} \;</math> vanishes, and if the likelihood function approaches a constant on the boundary of the parameter space, <math display="inline">\; \partial \Theta \;,</math> i.e., <math display="block"> \lim_{\theta \to \partial \Theta} L(\theta) = 0 \;,</math> which may include the points at infinity if <math display="inline"> \, \Theta \, </math> is unbounded. Mäkeläinen and co-authors prove this result using Morse theory while informally appealing to a mountain pass property.<ref>Template:Cite journal</ref> Mascarenhas restates their proof using the mountain pass theorem.<ref>Template:Cite journal</ref>

In the proofs of consistency and asymptotic normality of the maximum likelihood estimator, additional assumptions are made about the probability densities that form the basis of a particular likelihood function. These conditions were first established by Chanda.<ref>Template:Cite journal</ref> In particular, for almost all <math display="inline">x</math>, and for all <math display="inline">\, \theta \in \Theta \,,</math> <math display="block">\frac{\partial \log f}{\partial \theta_r} \,, \quad \frac{\partial^2 \log f}{\partial \theta_r \partial \theta_s} \,, \quad \frac{\partial^3 \log f}{\partial \theta_r \, \partial \theta_s \, \partial \theta_t} \,</math> exist for all <math display="inline">\, r, s, t = 1, 2, \ldots, k \,</math> in order to ensure the existence of a Taylor expansion. Second, for almost all <math display="inline">x</math> and for every <math display="inline">\, \theta \in \Theta \,</math> it must be that <math display="block"> \left| \frac{\partial f}{\partial \theta_r} \right| < F_r(x) \,, \quad \left| \frac{\partial^2 f}{\partial \theta_r \, \partial \theta_s} \right| < F_{rs}(x) \,, \quad \left| \frac{\partial^3 f}{\partial \theta_r \, \partial \theta_s \, \partial \theta_t} \right| < H_{rst}(x) </math> where <math display="inline">H</math> is such that <math display="inline">\, \int_{-\infty}^{\infty} H_{rst}(z) \mathrm{d}z \leq M < \infty \;.</math> This boundedness of the derivatives is needed to allow for differentiation under the integral sign. And lastly, it is assumed that the information matrix, <math display="block">\mathbf{I}(\theta) = \int_{-\infty}^{\infty} \frac{\partial \log f}{\partial \theta_r}\ \frac{\partial \log f}{\partial \theta_s}\ f\ \mathrm{d}z </math> is positive definite and <math display="inline">\, \left| \mathbf{I}(\theta) \right| \,</math> is finite. This ensures that the score has a finite variance.<ref>Template:Cite book</ref>

The above conditions are sufficient, but not necessary. That is, a model that does not meet these regularity conditions may or may not have a maximum likelihood estimator of the properties mentioned above. Further, in case of non-independently or non-identically distributed observations additional properties may need to be assumed.

In Bayesian statistics, almost identical regularity conditions are imposed on the likelihood function in order to proof asymptotic normality of the posterior probability,<ref>Template:Cite journal</ref><ref>Template:Cite journal</ref> and therefore to justify a Laplace approximation of the posterior in large samples.<ref>Template:Cite book</ref>

Likelihood ratio and relative likelihoodEdit

Template:See also

Likelihood ratioEdit

Template:About A likelihood ratio is the ratio of any two specified likelihoods, frequently written as: <math display="block">\Lambda(\theta_1:\theta_2 \mid x) = \frac{\mathcal{L}(\theta_1 \mid x)}{\mathcal{L}(\theta_2 \mid x)}.</math>

The likelihood ratio is central to likelihoodist statistics: the law of likelihood states that the degree to which data (considered as evidence) supports one parameter value versus another is measured by the likelihood ratio.

In frequentist inference, the likelihood ratio is the basis for a test statistic, the so-called likelihood-ratio test. By the Neyman–Pearson lemma, this is the most powerful test for comparing two simple hypotheses at a given significance level. Numerous other tests can be viewed as likelihood-ratio tests or approximations thereof.<ref>Template:Cite journal</ref> The asymptotic distribution of the log-likelihood ratio, considered as a test statistic, is given by Wilks' theorem.

The likelihood ratio is also of central importance in Bayesian inference, where it is known as the Bayes factor, and is used in Bayes' rule. Stated in terms of odds, Bayes' rule states that the posterior odds of two alternatives, Template:Tmath and Template:Tmath, given an event Template:Tmath, is the prior odds, times the likelihood ratio. As an equation: <math display="block">O(A_1:A_2 \mid B) = O(A_1:A_2) \cdot \Lambda(A_1:A_2 \mid B).</math>

The likelihood ratio is not directly used in AIC-based statistics. Instead, what is used is the relative likelihood of models (see below).

In evidence-based medicine, likelihood ratios are used in diagnostic testing to assess the value of performing a diagnostic test.

Relative likelihood functionEdit

Template:See also Since the actual value of the likelihood function depends on the sample, it is often convenient to work with a standardized measure. Suppose that the maximum likelihood estimate for the parameter Template:Mvar is <math display="inline">\hat{\theta}</math>. Relative plausibilities of other Template:Mvar values may be found by comparing the likelihoods of those other values with the likelihood of <math display="inline">\hat{\theta}</math>. The relative likelihood of Template:Mvar is defined to be<ref name='Kalbfleisch'>Template:Citation (§9.3).</ref><ref>Template:Citation (§1.4.2).</ref><ref name='Sprott'>Sprott, D. A. (2000), Statistical Inference in Science, Springer (chap. 2).</ref><ref>Davison, A. C. (2008), Statistical Models, Cambridge University Press (§4.1.2).</ref><ref>Template:Citation (§2.1).</ref> <math display="block">R(\theta) = \frac{\mathcal{L}(\theta \mid x)}{\mathcal{L}(\hat{\theta} \mid x)}.</math> Thus, the relative likelihood is the likelihood ratio (discussed above) with the fixed denominator <math display="inline"> \mathcal{L}(\hat{\theta})</math>. This corresponds to standardizing the likelihood to have a maximum of 1.

Likelihood regionEdit

A likelihood region is the set of all values of Template:Mvar whose relative likelihood is greater than or equal to a given threshold. In terms of percentages, a Template:Mvar% likelihood region for Template:Mvar is defined to be<ref name='Kalbfleisch'/><ref name='Sprott'/><ref name="Rossi2018">Template:Citation.</ref>

<math display="block"> \left\{\theta : R(\theta) \ge \frac p {100} \right\}. </math>

If Template:Mvar is a single real parameter, a Template:Mvar% likelihood region will usually comprise an interval of real values. If the region does comprise an interval, then it is called a likelihood interval.<ref name='Kalbfleisch'/><ref name='Sprott'/><ref name=Hudson>Template:Citation.</ref>

Likelihood intervals, and more generally likelihood regions, are used for interval estimation within likelihoodist statistics: they are similar to confidence intervals in frequentist statistics and credible intervals in Bayesian statistics. Likelihood intervals are interpreted directly in terms of relative likelihood, not in terms of coverage probability (frequentism) or posterior probability (Bayesianism).

Given a model, likelihood intervals can be compared to confidence intervals. If Template:Mvar is a single real parameter, then under certain conditions, a 14.65% likelihood interval (about 1:7 likelihood) for Template:Mvar will be the same as a 95% confidence interval (19/20 coverage probability).<ref name='Kalbfleisch'/><ref name="Rossi2018"/> In a slightly different formulation suited to the use of log-likelihoods (see Wilks' theorem), the test statistic is twice the difference in log-likelihoods and the probability distribution of the test statistic is approximately a chi-squared distribution with degrees-of-freedom (df) equal to the difference in df's between the two models (therefore, the Template:Mvar−2 likelihood interval is the same as the 0.954 confidence interval; assuming difference in df's to be 1).<ref name="Rossi2018"/><ref name=Hudson/>

Likelihoods that eliminate nuisance parametersEdit

In many cases, the likelihood is a function of more than one parameter but interest focuses on the estimation of only one, or at most a few of them, with the others being considered as nuisance parameters. Several alternative approaches have been developed to eliminate such nuisance parameters, so that a likelihood can be written as a function of only the parameter (or parameters) of interest: the main approaches are profile, conditional, and marginal likelihoods.<ref>Template:Cite book</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> These approaches are also useful when a high-dimensional likelihood surface needs to be reduced to one or two parameters of interest in order to allow a graph.

Profile likelihoodEdit

It is possible to reduce the dimensions by concentrating the likelihood function for a subset of parameters by expressing the nuisance parameters as functions of the parameters of interest and replacing them in the likelihood function.<ref>Template:Cite book</ref><ref>Template:Cite book</ref> In general, for a likelihood function depending on the parameter vector <math display="inline">\mathbf{\theta}</math> that can be partitioned into <math display="inline">\mathbf{\theta} = \left( \mathbf{\theta}_{1} : \mathbf{\theta}_{2} \right)</math>, and where a correspondence <math display="inline">\mathbf{\hat{\theta}}_{2} = \mathbf{\hat{\theta}}_{2} \left( \mathbf{\theta}_{1} \right)</math> can be determined explicitly, concentration reduces computational burden of the original maximization problem.<ref>Template:Cite book</ref>

For instance, in a linear regression with normally distributed errors, <math display="inline">\mathbf{y} = \mathbf{X} \beta + u</math>, the coefficient vector could be partitioned into <math display="inline">\beta = \left[ \beta_{1} : \beta_{2} \right]</math> (and consequently the design matrix <math display="inline">\mathbf{X} = \left[ \mathbf{X}_{1} : \mathbf{X}_{2} \right]</math>). Maximizing with respect to <math display="inline">\beta_{2}</math> yields an optimal value function <math display="inline">\beta_{2} (\beta_{1}) = \left( \mathbf{X}_{2}^{\mathsf{T}} \mathbf{X}_{2} \right)^{-1} \mathbf{X}_{2}^{\mathsf{T}} \left( \mathbf{y} - \mathbf{X}_{1} \beta_{1} \right)</math>. Using this result, the maximum likelihood estimator for <math display="inline">\beta_{1}</math> can then be derived as <math display="block">\hat{\beta}_{1} = \left( \mathbf{X}_{1}^{\mathsf{T}} \left( \mathbf{I} - \mathbf{P}_{2} \right) \mathbf{X}_{1} \right)^{-1} \mathbf{X}_{1}^{\mathsf{T}} \left( \mathbf{I} - \mathbf{P}_{2} \right) \mathbf{y}</math> where <math display="inline">\mathbf{P}_{2} = \mathbf{X}_{2} \left( \mathbf{X}_{2}^{\mathsf{T}} \mathbf{X}_{2} \right)^{-1} \mathbf{X}_{2}^{\mathsf{T}}</math> is the projection matrix of <math display="inline">\mathbf{X}_{2}</math>. This result is known as the Frisch–Waugh–Lovell theorem.

Since graphically the procedure of concentration is equivalent to slicing the likelihood surface along the ridge of values of the nuisance parameter <math display="inline">\beta_{2}</math> that maximizes the likelihood function, creating an isometric profile of the likelihood function for a given <math display="inline">\beta_{1}</math>, the result of this procedure is also known as profile likelihood.<ref>Template:Citation</ref><ref>Template:Cite book</ref> In addition to being graphed, the profile likelihood can also be used to compute confidence intervals that often have better small-sample properties than those based on asymptotic standard errors calculated from the full likelihood.<ref>Template:Citation</ref><ref>Template:Citation</ref>

Conditional likelihoodEdit

Sometimes it is possible to find a sufficient statistic for the nuisance parameters, and conditioning on this statistic results in a likelihood which does not depend on the nuisance parameters.<ref>Template:Cite journal</ref>

One example occurs in 2×2 tables, where conditioning on all four marginal totals leads to a conditional likelihood based on the non-central hypergeometric distribution. This form of conditioning is also the basis for Fisher's exact test.

Marginal likelihoodEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Sometimes we can remove the nuisance parameters by considering a likelihood based on only part of the information in the data, for example by using the set of ranks rather than the numerical values. Another example occurs in linear mixed models, where considering a likelihood for the residuals only after fitting the fixed effects leads to residual maximum likelihood estimation of the variance components.

Partial likelihoodEdit

A partial likelihood is an adaption of the full likelihood such that only a part of the parameters (the parameters of interest) occur in it.<ref> Template:Citation</ref> It is a key component of the proportional hazards model: using a restriction on the hazard function, the likelihood does not contain the shape of the hazard over time.

Products of likelihoodsEdit

The likelihood, given two or more independent events, is the product of the likelihoods of each of the individual events: <math display="block">\Lambda(A \mid X_1 \land X_2) = \Lambda(A \mid X_1) \cdot \Lambda(A \mid X_2).</math> This follows from the definition of independence in probability: the probabilities of two independent events happening, given a model, is the product of the probabilities.

This is particularly important when the events are from independent and identically distributed random variables, such as independent observations or sampling with replacement. In such a situation, the likelihood function factors into a product of individual likelihood functions.

The empty product has value 1, which corresponds to the likelihood, given no event, being 1: before any data, the likelihood is always 1. This is similar to a uniform prior in Bayesian statistics, but in likelihoodist statistics this is not an improper prior because likelihoods are not integrated.

Log-likelihoodEdit

Template:See also Log-likelihood function is the logarithm of the likelihood function, often denoted by a lowercase Template:Math or Template:Tmath, to contrast with the uppercase Template:Math or <math display="inline">\mathcal{L}</math> for the likelihood. Because logarithms are strictly increasing functions, maximizing the likelihood is equivalent to maximizing the log-likelihood. But for practical purposes it is more convenient to work with the log-likelihood function in maximum likelihood estimation, in particular since most common probability distributions—notably the exponential family—are only logarithmically concave,<ref>Template:Citation</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> and concavity of the objective function plays a key role in the maximization.

Given the independence of each event, the overall log-likelihood of intersection equals the sum of the log-likelihoods of the individual events. This is analogous to the fact that the overall log-probability is the sum of the log-probability of the individual events. In addition to the mathematical convenience from this, the adding process of log-likelihood has an intuitive interpretation, as often expressed as "support" from the data. When the parameters are estimated using the log-likelihood for the maximum likelihood estimation, each data point is used by being added to the total log-likelihood. As the data can be viewed as an evidence that support the estimated parameters, this process can be interpreted as "support from independent evidence adds", and the log-likelihood is the "weight of evidence". Interpreting negative log-probability as information content or surprisal, the support (log-likelihood) of a model, given an event, is the negative of the surprisal of the event, given the model: a model is supported by an event to the extent that the event is unsurprising, given the model.

A logarithm of a likelihood ratio is equal to the difference of the log-likelihoods: <math display="block">\log \frac{\mathcal{L}(A)}{\mathcal{L}(B)} = \log \mathcal{L}(A) - \log \mathcal{L}(B) = \ell(A) - \ell(B).</math>

Just as the likelihood, given no event, being 1, the log-likelihood, given no event, is 0, which corresponds to the value of the empty sum: without any data, there is no support for any models.

GraphEdit

The graph of the log-likelihood is called the support curve (in the univariate case).<ref name="Edwards72">Template:Cite book</ref> In the multivariate case, the concept generalizes into a support surface over the parameter space. It has a relation to, but is distinct from, the support of a distribution.

The term was coined by A. W. F. Edwards<ref name="Edwards72" /> in the context of statistical hypothesis testing, i.e. whether or not the data "support" one hypothesis (or parameter value) being tested more than any other.

The log-likelihood function being plotted is used in the computation of the score (the gradient of the log-likelihood) and Fisher information (the curvature of the log-likelihood). Thus, the graph has a direct interpretation in the context of maximum likelihood estimation and likelihood-ratio tests.

Likelihood equationsEdit

If the log-likelihood function is smooth, its gradient with respect to the parameter, known as the score and written <math display="inline">s_{n}(\theta) \equiv \nabla_{\theta} \ell_{n}(\theta)</math>, exists and allows for the application of differential calculus. The basic way to maximize a differentiable function is to find the stationary points (the points where the derivative is zero); since the derivative of a sum is just the sum of the derivatives, but the derivative of a product requires the product rule, it is easier to compute the stationary points of the log-likelihood of independent events than for the likelihood of independent events.

The equations defined by the stationary point of the score function serve as estimating equations for the maximum likelihood estimator. <math display="block">s_{n}(\theta) = \mathbf{0}</math> In that sense, the maximum likelihood estimator is implicitly defined by the value at <math display="inline">\mathbf{0}</math> of the inverse function <math display="inline">s_{n}^{-1}: \mathbb{E}^{d} \to \Theta</math>, where <math display="inline">\mathbb{E}^{d}</math> is the d-dimensional Euclidean space, and <math display="inline">\Theta</math> is the parameter space. Using the inverse function theorem, it can be shown that <math display="inline">s_{n}^{-1}</math> is well-defined in an open neighborhood about <math display="inline">\mathbf{0}</math> with probability going to one, and <math display="inline">\hat{\theta}_{n} = s_{n}^{-1}(\mathbf{0})</math> is a consistent estimate of <math display="inline">\theta</math>. As a consequence there exists a sequence <math display="inline">\left\{ \hat{\theta}_{n} \right\}</math> such that <math display="inline">s_{n}(\hat{\theta}_{n}) = \mathbf{0}</math> asymptotically almost surely, and <math display="inline">\hat{\theta}_{n} \xrightarrow{\text{p}} \theta_{0}</math>.<ref>Template:Cite journal</ref> A similar result can be established using Rolle's theorem.<ref>Template:Cite journal</ref><ref>Template:Cite journal</ref>

The second derivative evaluated at <math display="inline">\hat{\theta}</math>, known as Fisher information, determines the curvature of the likelihood surface,<ref>Template:Citation</ref> and thus indicates the precision of the estimate.<ref>Template:Citation</ref>

Exponential familiesEdit

Template:Further The log-likelihood is also particularly useful for exponential families of distributions, which include many of the common parametric probability distributions. The probability distribution function (and thus likelihood function) for exponential families contain products of factors involving exponentiation. The logarithm of such a function is a sum of products, again easier to differentiate than the original function.

An exponential family is one whose probability density function is of the form (for some functions, writing <math display="inline">\langle -, - \rangle</math> for the inner product):

<math display="block"> p(x \mid \boldsymbol \theta) = h(x) \exp\Big(\langle \boldsymbol\eta({\boldsymbol \theta}), \mathbf{T}(x)\rangle -A({\boldsymbol \theta}) \Big).</math>

Each of these terms has an interpretation,Template:Efn but simply switching from probability to likelihood and taking logarithms yields the sum:

<math display="block"> \ell(\boldsymbol \theta \mid x) = \langle \boldsymbol\eta({\boldsymbol \theta}), \mathbf{T}(x)\rangle - A({\boldsymbol \theta}) + \log h(x).</math>

The <math display="inline">\boldsymbol \eta(\boldsymbol \theta)</math> and <math display="inline">h(x)</math> each correspond to a change of coordinates, so in these coordinates, the log-likelihood of an exponential family is given by the simple formula:

<math display="block"> \ell(\boldsymbol \eta \mid x) = \langle \boldsymbol\eta, \mathbf{T}(x)\rangle - A({\boldsymbol \eta}).</math>

In words, the log-likelihood of an exponential family is inner product of the natural parameter Template:Tmath and the sufficient statistic Template:Tmath, minus the normalization factor (log-partition function) Template:Tmath. Thus for example the maximum likelihood estimate can be computed by taking derivatives of the sufficient statistic Template:Math and the log-partition function Template:Math.

Example: the gamma distributionEdit

The gamma distribution is an exponential family with two parameters, <math display="inline">\alpha</math> and <math display="inline">\beta</math>. The likelihood function is

<math display="block">\mathcal{L} (\alpha, \beta \mid x) = \frac{\beta^\alpha}{\Gamma(\alpha)} x^{\alpha-1} e^{-\beta x}.</math>

Finding the maximum likelihood estimate of <math display="inline">\beta</math> for a single observed value <math display="inline">x</math> looks rather daunting. Its logarithm is much simpler to work with:

<math display="block">\log \mathcal{L}(\alpha,\beta \mid x) = \alpha \log \beta - \log \Gamma(\alpha) + (\alpha-1) \log x - \beta x. \, </math>

To maximize the log-likelihood, we first take the partial derivative with respect to <math display="inline">\beta</math>:

<math display="block">\frac{\partial \log \mathcal{L}(\alpha,\beta \mid x)}{\partial \beta} = \frac{\alpha}{\beta} - x.</math>

If there are a number of independent observations <math display="inline">x_1, \ldots, x_n</math>, then the joint log-likelihood will be the sum of individual log-likelihoods, and the derivative of this sum will be a sum of derivatives of each individual log-likelihood:

<math display="block"> \begin{align} & \frac{\partial \log \mathcal{L}(\alpha,\beta \mid x_1, \ldots, x_n)}{\partial \beta} \\ &= \frac{\partial \log \mathcal{L}(\alpha,\beta \mid x_1)}{\partial \beta} + \cdots + \frac{\partial \log \mathcal{L}(\alpha,\beta \mid x_n)}{\partial \beta} \\ &= \frac{n \alpha} \beta - \sum_{i=1}^n x_i. \end{align} </math>

To complete the maximization procedure for the joint log-likelihood, the equation is set to zero and solved for <math display="inline">\beta</math>:

<math display="block">\widehat\beta = \frac{\alpha}{\bar{x}}.</math>

Here <math display="inline">\widehat\beta</math> denotes the maximum-likelihood estimate, and <math display="inline">\textstyle \bar{x} = \frac{1}{n} \sum_{i=1}^n x_i</math> is the sample mean of the observations.

Background and interpretationEdit

Historical remarksEdit

Template:See also

The term "likelihood" has been in use in English since at least late Middle English.<ref>"likelihood", Shorter Oxford English Dictionary (2007).</ref> Its formal use to refer to a specific function in mathematical statistics was proposed by Ronald Fisher,<ref>Template:Citation</ref> in two research papers published in 1921<ref>Template:Citation</ref> and 1922.<ref name=Fisher1922>Template:Citation</ref> The 1921 paper introduced what is today called a "likelihood interval"; the 1922 paper introduced the term "method of maximum likelihood". Quoting Fisher:

Template:Cquote

The concept of likelihood should not be confused with probability as mentioned by Sir Ronald Fisher

Template:Cquote

Fisher's invention of statistical likelihood was in reaction against an earlier form of reasoning called inverse probability.<ref>Template:Citation</ref> His use of the term "likelihood" fixed the meaning of the term within mathematical statistics.

A. W. F. Edwards (1972) established the axiomatic basis for use of the log-likelihood ratio as a measure of relative support for one hypothesis against another. The support function is then the natural logarithm of the likelihood function. Both terms are used in phylogenetics, but were not adopted in a general treatment of the topic of statistical evidence.<ref>Template:Citation</ref>

Interpretations under different foundationsEdit

Among statisticians, there is no consensus about what the foundation of statistics should be. There are four main paradigms that have been proposed for the foundation: frequentism, Bayesianism, likelihoodism, and AIC-based.<ref name="BF11">Template:Citation</ref> For each of the proposed foundations, the interpretation of likelihood is different. The four interpretations are described in the subsections below.

Frequentist interpretationEdit

Template:Empty section

Bayesian interpretationEdit

In Bayesian inference, although one can speak about the likelihood of any proposition or random variable given another random variable: for example the likelihood of a parameter value or of a statistical model (see marginal likelihood), given specified data or other evidence,<ref name='good1950'>I. J. Good: Probability and the Weighing of Evidence (Griffin 1950), §6.1</ref><ref name='jeffreys1983'>H. Jeffreys: Theory of Probability (3rd ed., Oxford University Press 1983), §1.22</ref><ref name='jaynes2003'>E. T. Jaynes: Probability Theory: The Logic of Science (Cambridge University Press 2003), §4.1</ref><ref name='lindley1980'>D. V. Lindley: Introduction to Probability and Statistics from a Bayesian Viewpoint. Part 1: Probability (Cambridge University Press 1980), §1.6</ref> the likelihood function remains the same entity, with the additional interpretations of (i) a conditional density of the data given the parameter (since the parameter is then a random variable) and (ii) a measure or amount of information brought by the data about the parameter value or even the model.<ref name='good1950'/><ref name='jeffreys1983'/><ref name='jaynes2003'/><ref name='lindley1980'/><ref name='gelmanetal2014'>A. Gelman, J. B. Carlin, H. S. Stern, D. B. Dunson, A. Vehtari, D. B. Rubin: Bayesian Data Analysis (3rd ed., Chapman & Hall/CRC 2014), §1.3</ref> Due to the introduction of a probability structure on the parameter space or on the collection of models, it is possible that a parameter value or a statistical model have a large likelihood value for given data, and yet have a low probability, or vice versa.<ref name='jaynes2003'/><ref name='gelmanetal2014'/> This is often the case in medical contexts.<ref>Template:Citation</ref> Following Bayes' Rule, the likelihood when seen as a conditional density can be multiplied by the prior probability density of the parameter and then normalized, to give a posterior probability density.<ref name='good1950'/><ref name='jeffreys1983'/><ref name='jaynes2003'/><ref name='lindley1980'/><ref name="gelmanetal2014"/> More generally, the likelihood of an unknown quantity <math display="inline">X</math> given another unknown quantity <math display="inline">Y</math> is proportional to the probability of <math display="inline">Y</math> given <math display="inline">X</math>.<ref name='good1950'/><ref name='jeffreys1983'/><ref name='jaynes2003'/><ref name='lindley1980'/><ref name='gelmanetal2014'/>

Likelihoodist interpretationEdit

Template:More footnotes needed In frequentist statistics, the likelihood function is itself a statistic that summarizes a single sample from a population, whose calculated value depends on a choice of several parameters θ1 ... θp, where p is the count of parameters in some already-selected statistical model. The value of the likelihood serves as a figure of merit for the choice used for the parameters, and the parameter set with maximum likelihood is the best choice, given the data available.

The specific calculation of the likelihood is the probability that the observed sample would be assigned, assuming that the model chosen and the values of the several parameters θ give an accurate approximation of the frequency distribution of the population that the observed sample was drawn from. Heuristically, it makes sense that a good choice of parameters is those which render the sample actually observed the maximum possible post-hoc probability of having happened. Wilks' theorem quantifies the heuristic rule by showing that the difference in the logarithm of the likelihood generated by the estimate's parameter values and the logarithm of the likelihood generated by population's "true" (but unknown) parameter values is asymptotically χ2 distributed.

Each independent sample's maximum likelihood estimate is a separate estimate of the "true" parameter set describing the population sampled. Successive estimates from many independent samples will cluster together with the population's "true" set of parameter values hidden somewhere in their midst. The difference in the logarithms of the maximum likelihood and adjacent parameter sets' likelihoods may be used to draw a confidence region on a plot whose co-ordinates are the parameters θ1 ... θp. The region surrounds the maximum-likelihood estimate, and all points (parameter sets) within that region differ at most in log-likelihood by some fixed value. The χ2 distribution given by Wilks' theorem converts the region's log-likelihood differences into the "confidence" that the population's "true" parameter set lies inside. The art of choosing the fixed log-likelihood difference is to make the confidence acceptably high while keeping the region acceptably small (narrow range of estimates).

As more data are observed, instead of being used to make independent estimates, they can be combined with the previous samples to make a single combined sample, and that large sample may be used for a new maximum likelihood estimate. As the size of the combined sample increases, the size of the likelihood region with the same confidence shrinks. Eventually, either the size of the confidence region is very nearly a single point, or the entire population has been sampled; in both cases, the estimated parameter set is essentially the same as the population parameter set.

AIC-based interpretationEdit

Template:Expand section Under the AIC paradigm, likelihood is interpreted within the context of information theory.<ref>Template:Citation</ref><ref>Template:Citation</ref><ref>Template:Citation</ref>

See alsoEdit

Template:Columns-list

NotesEdit

Template:Notelist

ReferencesEdit

Template:Reflist

Further readingEdit

External linksEdit

Template:Sister project

|CitationClass=web }}

Template:Statistics Template:Portal bar