Assignment problem: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Duoduoduo
en>Adam.oberman
 
Line 1: Line 1:
{{More footnotes|date=September 2009}}
Got nothing to say about myself I think.<br>I enjoy of finally being a part of wmflabs.org.<br>I just hope I am useful in some way .<br><br>Also visit my site ... [http://www.fhcmoms.org/donatlons/ michael kors factory outlet]
{{About|the statistical techniques|computer data storage|Partial Response Maximum Likelihood}}
In statistics, '''maximum-likelihood estimation''' ('''MLE''') is a method of [[estimator|estimating]] the [[parameter]]s of a [[statistical model]]. When applied to a data set and given a [[statistical model]], maximum-likelihood estimation provides [[Estimator|estimates]] for the model's parameters.
 
The method of maximum likelihood corresponds to many well-known estimation methods in statistics. For example, one may be interested in the heights of adult female penguins, but be unable to measure the height of every single penguin in a population due to cost or time constraints.  Assuming that the heights are [[Normal distribution|normally (Gaussian) distributed]] with some unknown [[mean]] and [[variance]], the mean and variance can be estimated with MLE while only knowing the heights of some sample of the overall population.  MLE would accomplish this by taking the mean and variance as parameters and finding particular parametric values that make the observed results the most probable (given the model).
 
In general, for a fixed set of data and underlying statistical model, the method of maximum likelihood selects the set of values of the model parameters that maximizes the [[likelihood function]]. Intuitively, this maximizes the "agreement" of the selected model with the observed data, and for discrete random variables it indeed maximizes the probability of the observed data under the resulting distribution. Maximum-likelihood estimation gives a unified approach to estimation, which is [[well defined|well-defined]] in the case of the [[normal distribution]] and many other problems.  However, in some complicated problems, difficulties do occur: in such problems, maximum-likelihood estimators are unsuitable or do not exist.{{Citation needed|date=January 2013}}
 
== Principles ==
Suppose there is a sample {{nowrap|''x''<sub>1</sub>, ''x''<sub>2</sub>, ..., ''x''<sub>''n''</sub>}} of ''n'' [[independent and identically distributed]] observations, coming from a distribution with an unknown [[probability density function]] ''f''<sub>0</sub>(·). It is however surmised that the function ''f''<sub>0</sub> belongs to a certain family of distributions {{nowrap|{&thinsp;''f''(·{{!}}&thinsp;''θ''), ''θ'' ∈ Θ&thinsp;}}} (where ''θ'' is a vector of parameters for this family), called the [[parametric model]], so that {{nowrap|''f''<sub>0</sub> {{=}} ''f''(·{{!}}&thinsp;''θ''<sub>0</sub>)}}. The value ''θ''<sub>0</sub> is unknown and is referred to as the ''true value'' of the parameter. It is desirable to find an estimator <math style="vertical-align:0">\scriptstyle\hat\theta</math> which would be as close to the true value ''θ''<sub>0</sub> as possible. Both the observed variables ''x''<sub>''i''</sub> and the parameter ''θ'' can be vectors.
 
To use the method of maximum likelihood, one first specifies the [[Probability_density_function#Densities associated with multiple variables|joint density function]] for all observations. For an [[independent and identically distributed]] sample, this joint density function is
: <math>
    f(x_1,x_2,\ldots,x_n\;|\;\theta) = f(x_1|\theta)\times f(x_2|\theta) \times \cdots \times  f(x_n|\theta).
  </math>
Now we look at this function from a different perspective by considering the observed values ''x''<sub>1</sub>, ''x''<sub>2</sub>, ..., ''x''<sub>''n''</sub> to be fixed "parameters" of this function, whereas ''θ'' will be the function's variable and allowed to vary freely; this function will be called the [[likelihood]]:
: <math>
  \mathcal{L}(\theta\,|\,x_1,\ldots,x_n) = f(x_1,x_2,\ldots,x_n\;|\;\theta) = \prod_{i=1}^n f(x_i|\theta).
  </math>
 
In practice it is often more convenient to work with the logarithm of the likelihood function, called the '''log-likelihood''':
: <math>
    \ln\mathcal{L}(\theta\,|\,x_1,\ldots,x_n) = \sum_{i=1}^n \ln f(x_i|\theta),
  </math>
 
or the average log-likelihood:
: <math>
  \hat\ell = \frac1n \ln\mathcal{L}.
  </math>
The [[circumflex|hat]] over ''ℓ'' indicates that it is akin to some estimator. Indeed, <math style="vertical-align:0">\scriptstyle\hat\ell</math> estimates the expected log-likelihood of a single observation in the model.
 
The method of maximum likelihood estimates ''θ''<sub>0</sub> by finding a value of ''θ'' that maximizes <math style="vertical-align:-.32em">\scriptstyle\hat\ell(\theta|x)</math>. This method of estimation defines a '''maximum-likelihood estimator''' ('''MLE''') of ''θ''<sub>0</sub> ...
: <math>
    \{ \hat\theta_\mathrm{mle}\} \subseteq \{ \underset{\theta\in\Theta}{\operatorname{arg\,max}}\ \hat\ell(\theta\,|\,x_1,\ldots,x_n) \}.
  </math>
... if any maximum exists. An MLE estimate is the same regardless of whether we maximize the likelihood or the log-likelihood function, since log is a [[Monotonic function|monotonically increasing]] function.
Note that the vertical bar in <math>\hat\ell(\theta\,|\,x_1,\ldots,x_n) </math> and <math>\mathcal{L}(\theta\,|\,x_1,\ldots,x_n)</math> does not mean "condition" or "given" in probability theory. Instead, the vertical denotes a separation between the two input arguments: <math>\theta</math> and the vector-valued input <math>x_1,\ldots,x_n</math>.
 
For many models, a maximum likelihood estimator can be found as an explicit function of the observed data {{nowrap|''x''<sub>1</sub>, ..., ''x''<sub>''n''</sub>}}. For many other models, however, no closed-form solution to the maximization problem is known or available, and an MLE has to be found numerically using [[optimization (mathematics)|optimization]] [[iterative methods|methods]]. For some problems, there may be multiple estimates that maximize the likelihood. For other problems, no maximum likelihood estimate exists (meaning that the log-likelihood function increases without attaining the [[supremum]] value).
 
In the exposition above, it is assumed that the data are [[independent and identically distributed]]. The method can be applied however to a broader setting, as long as it is possible to write the joint density function {{nowrap|''f''(''x''<sub>1</sub>, ..., ''x''<sub>''n''</sub> {{!}} ''θ'')}}, and its parameter ''θ'' has a finite dimension which does not depend on the sample size ''n''. In a simpler extension, an allowance can be made for data [[Homogeneity (statistics)|heterogeneity]], so that the joint density is equal to ''f''<sub>1</sub>(''x''<sub>1</sub>|''θ'')&nbsp;· ''f''<sub>2</sub>(''x''<sub>2</sub>|''θ'')&nbsp;·&nbsp;···&nbsp;· {{nowrap|''f''<sub>''n''</sub>(''x''<sub>''n''</sub> {{!}} ''θ'')}}. Put another way, we are now assuming that each observation ''x''<sub>i</sub> comes from a random variable that has its own distribution function ''f''<sub>i</sub>. In the more complicated case of [[time series]] models, the independence assumption may have to be dropped as well.
 
A maximum likelihood estimator coincides with the [[Maximum a posteriori|most probable]] [[Bayesian estimator]] given a [[Uniform distribution (continuous)|uniform]] [[prior probability|prior distribution]] on the [[parameter space|parameters]]. Indeed, the maximum a posteriori estimate is the parameter ''θ'' that maximizes the probability of ''θ'' given the data, given by Bayes' theorem:
 
: <math>
    P(\theta|x_1,x_2,\ldots,x_n) = \frac{f(x_1,x_2,\ldots,x_n|\theta)P(\theta)}{P(x_1,x_2,\ldots,x_n)}
  </math>
 
where <math>P(\theta)</math> is the prior distribution for the parameter ''θ'' and where <math>P(x_1,x_2,\ldots,x_n)</math> is the probability of the data averaged over all parameters. Since the denominator is independent of ''θ'', the Bayesian estimator is obtained by maximizing <math>f(x_1,x_2,\ldots,x_n|\theta)P(\theta)</math> with respect to ''θ''. If we further assume that the prior <math>P(\theta)</math> is a uniform distribution, the Bayesian estimator obtained by maximizing the likelihood function <math>f(x_1,x_2,\ldots,x_n|\theta)</math>. Thus the Bayesian estimator coincides with the maximum-likelihood estimator for a uniform prior distribution <math>P(\theta)</math>.
 
==Properties==
A maximum-likelihood estimator is an [[extremum estimator]] obtained by maximizing, as a function of ''θ'', the ''objective function'' (c.f., the [[loss function]])
: <math>
    \hat\ell(\theta|x)=\frac1n \sum_{i=1}^n \ln f(x_i|\theta),
  </math>
this being the sample analogue of the expected log-likelihood <math>\ell(\theta) = \operatorname{E}[\, \ln f(x_i|\theta) \,]</math>, where this expectation is taken with respect to the true density <math>f(\cdot |\theta_0)</math>.
 
Maximum-likelihood estimators have no optimum properties for finite samples, in the sense that (when evaluated on finite samples) other estimators have greater concentration around the true parameter-value.<ref>{{harvtxt |Pfanzagl |1994 |p=206 }}</ref> However, like other estimation methods, maximum-likelihood estimation possesses a number of attractive [[Asymptotic theory (statistics)|limiting properties]]: As the sample size increases to infinity, sequences of maximum-likelihood estimators have these properties:
* [[consistency of an estimator|Consistency]]: the sequence of MLEs converges in probability to the value being estimated.
* [[Asymptotic normality]]: as the sample size increases, the distribution of the MLE tends to the Gaussian distribution with mean <math>\theta</math> and covariance matrix equal to the inverse of the [[Fisher information]] matrix.
* [[efficient estimator|Efficiency]], i.e., it achieves the [[Cramér–Rao lower bound]] when the sample size tends to infinity. This means that no consistent estimator has lower asymptotic [[mean squared error]] than the MLE (or other estimators attaining this bound).
* Second-order efficiency after correction for bias.
 
=== Consistency ===
Under the conditions outlined below, the maximum likelihood estimator is '''[[consistent estimator|consistent]]'''. The consistency means that having a sufficiently large number of observations ''n'', it is possible to find the value of ''θ''<sub>0</sub> with arbitrary precision. In mathematical terms this means that as ''n'' goes to infinity the estimator <math style="vertical-align:0">\scriptstyle\hat\theta</math> [[convergence in probability|converges in probability]] to its true value:
: <math>
    \hat\theta_\mathrm{mle}\ \xrightarrow{p}\ \theta_0.
  </math>
Under slightly stronger conditions, the estimator converges [[almost sure convergence|almost surely]] (or ''strongly'') to:
: <math>
    \hat\theta_\mathrm{mle}\ \xrightarrow{\text{a.s.}}\ \theta_0.
  </math>
 
To establish consistency, the following conditions are sufficient:<ref>{{harvtxt |Newey |McFadden |1994 |loc=Theorem 2.5. }}</ref>
<ol>
<li>'''[[Identifiability|Identification]]''' of the model:
: <math>
    \theta \neq \theta_0 \quad \Leftrightarrow \quad f(\cdot|\theta)\neq f(\cdot|\theta_0).
  </math>
In other words, different parameter values ''θ'' correspond to different distributions within the model. If this condition did not hold, there would be some value ''θ''<sub>1</sub> such that ''θ''<sub>0</sub> and ''θ''<sub>1</sub> generate an identical distribution of the observable data. Then we wouldn't be able to distinguish between these two parameters even with an infinite amount of data — these parameters would have been ''[[observational equivalence|observationally equivalent]]''. <br/>
The identification condition is absolutely necessary for the ML estimator to be consistent. When this condition holds, the limiting likelihood function ''ℓ''(''θ''|·) has unique global maximum at ''θ''<sub>0</sub>.
 
<li>'''Compactness''': the parameter space Θ of the model is [[compact set|compact]].
 
[[Image:Ee noncompactness.svg|240px|right]]
The identification condition establishes that the log-likelihood has a unique global maximum. Compactness implies that the likelihood cannot approach the maximum value arbitrarily close at some other point (as demonstrated for example in the picture on the right).
 
Compactness is only a sufficient condition and not a necessary condition. Compactness can be replaced by some other conditions, such as:
* both [[Concave function|concavity]] of the log-likelihood function and compactness of some (nonempty) upper [[level set]]s of the log-likelihood function, or
* existence of a compact neighborhood ''N'' of ''θ''<sub>0</sub> such that outside of ''N'' the log-likelihood function is less than the maximum by at least some {{nowrap|''ε'' > 0}}.
 
<li>'''Continuity''': the function ln ''f''(''x''|''θ'') is continuous in ''θ'' for almost all values of ''x'':
: <math>
    \Pr\!\big[\; \ln f(x\,|\,\theta) \;\in\; \mathbb{C}^0(\Theta) \;\big] = 1.
  </math>
The continuity here can be replaced with a slightly weaker condition of [[upper semi-continuous|upper semi-continuity]].
 
<li>'''Dominance''': there exists ''D''(''x'') integrable with respect to the distribution ''f''(''x''|''θ''<sub>0</sub>) such that
: <math>
    \big|\ln f(x\,|\,\theta)\big| < D(x) \quad \text{for all}\ \theta\in\Theta.
  </math>
 
By the [[uniform law of large numbers]], the dominance condition together with continuity establish the '''uniform convergence in probability''' of the log-likelihood:
: <math>
    \sup_{\theta\in\Theta} \big|\,\hat\ell(\theta|x) - \ell(\theta)\,\big|\ \xrightarrow{p}\ 0.
  </math>
</ol>
 
The dominance condition can be employed in the case of [[i.i.d.]] observations. In the non-i.i.d. case the uniform convergence in probability can be checked by showing that the sequence <math style="vertical-align:-.3em">\scriptstyle\hat\ell(\theta|x)</math> is [[stochastic equicontinuity|stochastically equicontinuous]].
 
If one wants to demonstrate that the ML estimator <math style="vertical-align:0">\scriptstyle\hat\theta</math> converges to ''θ''<sub>0</sub> [[almost sure convergence|almost surely]], then a stronger condition of '''uniform convergence almost surely''' has to be imposed:
: <math>
    \sup_{\theta\in\Theta} \big\|\;\hat\ell(x|\theta) - \ell(\theta)\;\big\| \ \xrightarrow{\text{a.s.}}\ 0.
  </math>
 
===Asymptotic normality===
{{cleanup|section|date=January 2010}}
Maximum-likelihood estimators can lack asymptotic normality and can be inconsistent if there is a failure of one (or more) of the below regularity conditions:
 
'''Estimate on boundary.''' Sometimes the maximum likelihood estimate lies on the boundary of the set of possible parameters, or (if the boundary is not, strictly speaking, allowed) the likelihood gets larger and larger as the parameter approaches the boundary. Standard asymptotic theory needs the assumption that the true parameter value lies away from the boundary.  If we have enough data, the maximum likelihood estimate will keep away from the boundary too. But with smaller samples, the estimate can lie on the boundary. In such cases, the asymptotic theory clearly does not give a practically useful approximation. Examples here would be variance-component models, where each component of variance, σ<sup>2</sup>, must satisfy the constraint σ<sup>2</sup> ≥0.
 
'''Data boundary parameter-dependent.''' For the theory to apply in a simple way, the set of data values which has positive probability (or positive probability density) should not depend on the unknown parameter. A simple example where such parameter-dependence does hold is the case of estimating θ from a set of independent identically distributed when the common distribution is [[Uniform distribution (continuous)|uniform]] on the range (0,θ). For estimation purposes the relevant range of θ is such that θ cannot be less than the largest observation. Because the interval (0,θ) is not [[compact space|compact]], there exists no maximum for the likelihood function: For any estimate of theta, there exists a greater estimate that also has greater likelihood. In contrast, the interval [0,θ] includes the end-point θ and is compact, in which case the maximum-likelihood estimator exists. However, in this case, the maximum-likelihood estimator is [[bias of an estimator|biased]]. Asymptotically, this maximum-likelihood estimator is not normally distributed.<ref>{{harvtxt |Lehamnn |Casella |1998 }}</ref>
 
'''Nuisance parameters.''' For maximum likelihood estimations, a model may have a number of [[nuisance parameter]]s. For the asymptotic behaviour outlined to hold, the number of nuisance parameters should not increase with the number of observations (the sample size). A well-known example of this case is where observations occur as pairs, where the observations in each pair have a different (unknown) mean but otherwise the observations are independent and normally distributed with a common variance. Here for 2''N'' observations, there are ''N''+1 parameters. It is well known that the maximum likelihood estimate for the variance does not converge to the true value of the variance.
 
'''Increasing information.''' For the asymptotics to hold in cases where the assumption of [[independent identically distributed]] observations does not hold, a basic requirement is that the amount of information in the data increases indefinitely as the sample size increases. Such a requirement may not be met if either there is too much dependence in the data (for example, if new observations are essentially identical to existing observations), or if new independent observations are subject to an increasing observation error.
 
Some regularity conditions which ensure this behavior are:
# The first and second derivatives of the log-likelihood function must be defined.
# The Fisher information matrix must not be zero, and must be continuous as a function of the parameter.
# The maximum likelihood estimator is [[consistent estimator|consistent]].
 
Suppose that conditions for consistency of maximum likelihood estimator are satisfied, and<ref>{{harvtxt |Newey |McFadden |1994 |loc=Theorem 3.3. }}</ref>
# ''θ''<sub>0</sub> ∈ interior(Θ);
# ''f''(''x''|''θ'') > 0 and is twice continuously differentiable in ''θ'' in some neighborhood ''N'' of ''θ''<sub>0</sub>;
# ∫ sup<sub>''θ''∈''N''</sub>||∇<sub>''θ''</sub>''f''(''x''|''θ'')||d''x'' < ∞, and ∫ sup<sub>''θ''∈''N''</sub>||∇<sub>''θθ''</sub>''f''(''x''|''θ'')||d''x'' < ∞;
# ''I'' = E[∇<sub>''θ''</sub>ln''f''(''x''|''θ''<sub>0</sub>) ∇<sub>''θ''</sub>ln''f''(''x''|''θ''<sub>0</sub>)′] exists and is nonsingular;
# E[ sup<sub>''θ''∈''N''</sub>||∇<sub>''θθ''</sub>ln''f''(''x''|''θ'')||] < ∞.
 
Then the maximum likelihood estimator has asymptotically normal distribution:
: <math>
    \sqrt{n}\big(\hat\theta_\mathrm{mle} - \theta_0\big)\ \xrightarrow{d}\ \mathcal{N}(0,\,I^{-1}).
  </math>
 
''Proof, skipping the technicalities'':
 
Since the log-likelihood function is differentiable, and ''θ''<sub>0</sub> lies in the interior of the parameter set, in the maximum the first-order condition will be satisfied:
: <math>
    \nabla_{\!\theta}\, \hat\ell(\hat\theta|x) = \frac1n \sum_{i=1}^n \nabla_{\!\theta}\ln f(x_i|\hat\theta) = 0.
  </math>
When the log-likelihood is twice differentiable, this expression can be expanded into a [[Taylor series]] around the point {{nowrap|1=''θ'' = ''θ''<sub>0</sub>}}:
: <math>
    0 = \frac1n \sum_{i=1}^n \nabla_{\!\theta}\ln f(x_i|\theta_0) + \Bigg[\, \frac1n \sum_{i=1}^n \nabla_{\!\theta\theta}\ln f(x_i|\tilde\theta) \,\Bigg] (\hat\theta - \theta_0),
  </math>
where <math style="vertical-align:-.15em">\tilde\theta</math> is some point intermediate between ''θ''<sub>0</sub> and <math style="vertical-align:-.15em">\hat\theta</math>. From this expression we can derive that
: <math>
    \sqrt{n}(\hat{\theta} - \theta_0) = \Bigg[\, {- \frac{1}{n} \sum_{i=1}^n \nabla_{\!\theta\theta}\ln f(x_i|\tilde\theta)} \,\Bigg]^{-1} \frac{1}{\sqrt{n}} \sum_{i=1}^n \nabla_{\!\theta}\ln f(x_i|\theta_0)
  </math>
Here the expression in square brackets converges in probability to ''H'' = E[−∇<sub style="position:relative;left:-.3em">''θθ''</sub>ln&thinsp;''f''(''x''|''θ''<sub>0</sub>)] by the [[law of large numbers]]. The [[continuous mapping theorem]] ensures that the inverse of this expression also converges in probability, to ''H''<sup>−1</sup>. The second sum, by the [[central limit theorem]], converges in distribution to a multivariate normal with mean zero and variance matrix equal to the [[Fisher information]] ''I''. Thus, applying [[Slutsky's theorem]] to the whole expression, we obtain that
: <math>
    \sqrt{n}(\hat\theta - \theta_0)\ \ \xrightarrow{d}\ \ \mathcal{N}\big(0,\ H^{-1}IH^{-1}\big).
  </math>
Finally, the information equality guarantees that when the model is correctly specified, matrix ''H'' will be equal to the Fisher information ''I'', so that the variance expression simplifies to just ''I''<sup>−1</sup>.
 
=== Functional invariance ===
The maximum likelihood estimator selects the parameter value which gives the observed data the largest possible probability (or probability density, in the continuous case). If the parameter consists of a number of components, then we define their separate maximum likelihood estimators, as the corresponding component of the MLE of the complete parameter. Consistent with this, if <math>\widehat{\theta}</math> is the MLE for ''θ'', and if ''g(''θ'')'' is any transformation of ''θ'', then the MLE for ''α'' = ''g''(''θ'') is by definition
 
:<math>\widehat{\alpha} = g(\,\widehat{\theta}\,). \,</math>
 
It maximizes the so-called profile likelihood:
 
:<math>\bar{L}(\alpha) = \sup_{\theta: \alpha = g(\theta)} L(\theta). \, </math>
 
The MLE is also invariant with respect to certain transformations of the data.  If ''Y''&nbsp;=&nbsp;''g''(''X'') where ''g'' is one to one and does not depend on the parameters to be estimated, then the density functions satisfy
 
:<math>f_Y(y) = f_X(x)/|g'(x)| \, </math>
 
and hence the likelihood functions for ''X'' and ''Y'' differ only by a factor that does not depend on the model parameters.
 
For example, the MLE parameters of the log-normal distribution are the same as those of the normal distribution fitted to the logarithm of the data.
 
===Higher-order properties===
The standard asymptotics tells that the maximum-likelihood estimator is √''n''-consistent and asymptotically efficient, meaning that it reaches the [[Cramér–Rao bound]]:
: <math>
    \sqrt{n}(\hat\theta_\text{mle} - \theta_0)\ \ \xrightarrow{d}\ \ \mathcal{N}(0,\ I^{-1}),
  </math>
where ''I'' is the [[Fisher information matrix]]:
: <math>
    I_{jk} = \operatorname{E}_X\bigg[\;{-\frac{\partial^2\ln f_{\theta_0}(X_t)}{\partial\theta_j\,\partial\theta_k}}
            \;\bigg].
  </math>
 
In particular, it means that the [[bias of an estimator|bias]] of the maximum-likelihood estimator is equal to zero up to the order ''n''<sup>−1/2</sup>. However when we consider the higher-order terms in the [[Edgeworth expansion|expansion]] of the distribution of this estimator, it turns out that ''θ''<sub>mle</sub> has bias of order ''n''<sup>−1</sup>. This bias is equal to (componentwise)<ref>{{harvtxt |Cox |Snell |1968 |loc=formula (20) }}</ref>
: <math>
    b_s \equiv \operatorname{E}[(\hat\theta_\mathrm{mle} - \theta_0)_s]
        = \frac1n \cdot I^{si}I^{jk} \big( \tfrac12 K_{ijk} + J_{j,ik} \big)
  </math>
where [[Einstein notation|Einstein's summation convention]] over the repeating indices has been adopted; ''I''<sup>&thinsp;''jk''</sup> denotes the ''j,k''-th component of the ''inverse'' Fisher information matrix ''I''<sup>−1</sup>, and
: <math>
    \tfrac12 K_{ijk} + J_{j,ik} = \operatorname{E} \bigg[\;
            \frac12 \frac{\partial^3 \ln f_{\theta_0}(x_t)}{\partial\theta_i\,\partial\theta_j\,\partial\theta_k} +
            \frac{\partial\ln f_{\theta_0}(x_t)}{\partial\theta_j} \frac{\partial^2\ln f_{\theta_0}(x_t)}{\partial\theta_i\,\partial\theta_k}
            \;\bigg].
  </math>
 
Using these formulas it is possible to estimate the second-order bias of the maximum likelihood estimator, and ''correct'' for that bias by subtracting it:
: <math>
    \hat\theta^*_\mathrm{mle} = \hat\theta_\mathrm{mle} - \hat b .
  </math>
This estimator is unbiased up to the terms of order ''n''<sup>−1</sup>, and is called the '''bias-corrected maximum likelihood estimator'''.
 
This bias-corrected estimator is ''second-order efficient'' (at least within the curved exponential family), meaning that it has minimal mean squared error among all second-order bias-corrected estimators, up to the terms of the order ''n''<sup>−2</sup>. It is possible to continue this process, that is to derive the third-order bias-correction term, and so on. However as was shown by {{harvtxt| Kano |1996 }}, the maximum-likelihood estimator is '''not''' third-order efficient.
 
==Examples==
 
===Discrete uniform distribution===
{{Main|German tank problem}}
Consider a case where ''n'' tickets numbered from 1 to ''n'' are placed in a box and one is selected at random (''see [[Uniform distribution (discrete)|uniform distribution]]''); thus, the sample size is 1.  If ''n'' is unknown, then the maximum-likelihood estimator <math>\hat{n}</math> of ''n'' is the number ''m'' on the drawn ticket. (The likelihood is 0 for ''n''&nbsp;<&nbsp;''m'', 1/''n'' for ''n''&nbsp;≥&nbsp;''m'', and this is greatest when ''n''&nbsp;=&nbsp;''m''. Note that the maximum likelihood estimate of ''n'' occurs at the lower extreme of possible values {''m'',&nbsp;''m''&nbsp;+&nbsp;1,&nbsp;...}, rather than somewhere in the "middle" of the range of possible values, which would result in less bias.) The [[expected value]] of the number ''m'' on the drawn ticket, and therefore the expected value of <math>\hat{n}</math>, is (''n''&nbsp;+&nbsp;1)/2. As a result, with a sample size of 1, the maximum likelihood estimator for ''n'' will systematically underestimate ''n'' by (''n''&nbsp;−&nbsp;1)/2.
 
===Discrete distribution, finite parameter space===
Suppose one wishes to determine just how biased an [[unfair coin]] is.  Call the probability of tossing a HEAD ''p''. The goal then becomes to determine ''p''.
 
Suppose the coin is tossed 80 times: i.e., the sample might be something like ''x''<sub>1</sub>&nbsp;=&nbsp;H, ''x''<sub>2</sub>&nbsp;=&nbsp;T, ..., ''x''<sub>80</sub>&nbsp;=&nbsp;T, and the count of the number of HEADS "H" is observed.
 
The probability of tossing TAILS is 1&nbsp;&minus;&nbsp;''p'' (so here ''p'' is ''θ'' above). Suppose the outcome is 49 HEADS and 31 TAILS, and suppose the coin was taken from a  box containing three coins: one which gives HEADS with probability ''p''&nbsp;=&nbsp;1/3, one which gives HEADS with probability ''p''&nbsp;=&nbsp;1/2 and another which gives HEADS with probability ''p''&nbsp;=&nbsp;2/3. The coins have lost their labels, so which one it was is unknown. Using '''maximum likelihood estimation''' the coin that has the largest likelihood can be found, given the data that were observed. By using the [[probability mass function]] of the [[binomial distribution]] with sample size equal to 80, number successes equal to 49 but different values of ''p'' (the "probability of success"), the likelihood function (defined below) takes one of three values:
 
:<math>
\begin{align}
\Pr(\mathrm{H} = 49 \mid p=1/3) & = \binom{80}{49}(1/3)^{49}(1-1/3)^{31} \approx 0.000, \\[6pt]
\Pr(\mathrm{H} = 49 \mid p=1/2) & = \binom{80}{49}(1/2)^{49}(1-1/2)^{31} \approx 0.012, \\[6pt]
\Pr(\mathrm{H} = 49 \mid p=2/3) & = \binom{80}{49}(2/3)^{49}(1-2/3)^{31} \approx 0.054.
\end{align}
</math>
 
The likelihood is maximized when ''p''&nbsp;=&nbsp;2/3, and so this is the ''maximum likelihood estimate'' for&nbsp;''p''.
 
===Discrete distribution, continuous parameter space===
 
Now suppose that there was only one coin but its ''p'' could have been any value 0 ≤ ''p'' ≤ 1. The likelihood function to be maximised is
:<math>
L(p) = f_D(\mathrm{H} = 49 \mid p) = \binom{80}{49} p^{49}(1-p)^{31},
</math>
 
and the maximisation is over all possible values 0 ≤ ''p'' ≤ 1.
 
[[Image:MLfunctionbinomial-en.svg|thumb|200px|likelihood function for proportion value of a binomial process (''n'' = 10)]]
 
One way to maximize this function is by [[derivative|differentiating]] with respect to ''p'' and setting to zero:
 
:<math>
\begin{align}
{0}&{} = \frac{\partial}{\partial p} \left( \binom{80}{49} p^{49}(1-p)^{31} \right) \\[8pt]
  & {}\propto 49p^{48}(1-p)^{31} - 31p^{49}(1-p)^{30} \\[8pt]
  & {}= p^{48}(1-p)^{30}\left[ 49(1-p) - 31p \right]  \\[8pt]
  & {}= p^{48}(1-p)^{30}\left[ 49 - 80p \right]
\end{align}
</math>
 
which has solutions ''p''&nbsp;=&nbsp;0, ''p''&nbsp;=&nbsp;1, and ''p''&nbsp;=&nbsp;49/80. The solution which maximizes the likelihood is clearly ''p''&nbsp;=&nbsp;49/80 (since ''p''&nbsp;=&nbsp;0 and ''p''&nbsp;=&nbsp;1 result in a likelihood of zero). Thus the ''maximum likelihood estimator'' for ''p'' is 49/80.
 
This result is easily generalized by substituting a letter such as ''t'' in the place of 49 to represent the observed number of 'successes' of our [[Bernoulli trial]]s, and a letter such as ''n'' in the place of 80 to represent the number of Bernoulli trials. Exactly the same calculation yields the ''maximum likelihood estimator'' ''t''&nbsp;/&nbsp;''n'' for any sequence of ''n'' Bernoulli trials resulting in ''t'' 'successes'.
 
===Continuous distribution, continuous parameter space===
For the [[normal distribution]] <math>\mathcal{N}(\mu, \sigma^2)</math> which has [[probability density function]]
 
:<math>f(x\mid \mu,\sigma^2) = \frac{1}{\sqrt{2\pi}\ \sigma\ }
                              \exp{\left(-\frac {(x-\mu)^2}{2\sigma^2} \right)}, </math>
 
the corresponding [[probability density function]] for a sample of ''n'' [[independent identically distributed]] normal random variables (the likelihood) is
 
:<math>f(x_1,\ldots,x_n \mid \mu,\sigma^2) = \prod_{i=1}^{n} f( x_{i}\mid  \mu, \sigma^2) = \left( \frac{1}{2\pi\sigma^2} \right)^{n/2} \exp\left( -\frac{ \sum_{i=1}^{n}(x_i-\mu)^2}{2\sigma^2}\right),</math>
 
or more conveniently:
 
:<math>f(x_1,\ldots,x_n \mid \mu,\sigma^2) = \left( \frac{1}{2\pi\sigma^2} \right)^{n/2} \exp\left(-\frac{ \sum_{i=1}^{n}(x_i-\bar{x})^2+n(\bar{x}-\mu)^2}{2\sigma^2}\right),</math>
 
where <math> \bar{x} </math> is the [[sample mean]].
 
This family of distributions has two parameters: ''θ''&nbsp;=&nbsp;(''μ'',&nbsp;''σ''), so we maximize the likelihood, <math>\mathcal{L} (\mu,\sigma) = f(x_1,\ldots,x_n \mid \mu, \sigma)</math>, over both parameters simultaneously, or if possible, individually.
 
Since the [[natural logarithm|logarithm]] is a [[continuous function|continuous]] [[strictly increasing]] function over the [[range (mathematics)|range]] of the likelihood, the values which maximize the likelihood will also maximize its logarithm.  Since maximizing the logarithm often requires simpler algebra, it is the logarithm which is maximized below.  (Note: the log-likelihood is closely related to [[information entropy]] and [[Fisher information]].)
 
:<math>
\begin{align}
0 & = \frac{\partial}{\partial \mu} \log \left( \left( \frac{1}{2\pi\sigma^2} \right)^{n/2} \exp\left(-\frac{ \sum_{i=1}^{n}(x_i-\bar{x})^2+n(\bar{x}-\mu)^2}{2\sigma^2}\right) \right) \\[6pt]
& = \frac{\partial}{\partial \mu} \left( \log\left( \frac{1}{2\pi\sigma^2} \right)^{n/2} - \frac{ \sum_{i=1}^{n}(x_i-\bar{x})^2+n(\bar{x}-\mu)^2}{2\sigma^2} \right) \\[6pt]
& = 0 - \frac{-2n(\bar{x}-\mu)}{2\sigma^2}
\end{align}
</math>
 
which is solved by
 
:<math>\hat\mu = \bar{x} = \sum^n_{i=1}x_i/n. </math>
 
This is indeed the maximum of the function since it is the only turning point in μ and the second derivative is strictly less than zero. Its [[expectation value]] is equal to the parameter μ of the given distribution,
 
:<math> E \left[ \widehat\mu \right] = \mu, \, </math>
 
which means that the maximum-likelihood estimator <math>\widehat\mu</math> is unbiased.
 
Similarly we differentiate the log likelihood with respect to σ and equate to zero:
 
:<math>
\begin{align}
0 & = \frac{\partial}{\partial \sigma} \log \left( \left( \frac{1}{2\pi\sigma^2} \right)^{n/2} \exp\left(-\frac{ \sum_{i=1}^{n}(x_i-\bar{x})^2+n(\bar{x}-\mu)^2}{2\sigma^2}\right) \right) \\[6pt]
& = \frac{\partial}{\partial \sigma} \left( \frac{n}{2}\log\left( \frac{1}{2\pi\sigma^2} \right) - \frac{ \sum_{i=1}^{n}(x_i-\bar{x})^2+n(\bar{x}-\mu)^2}{2\sigma^2} \right) \\[6pt]
& = -\frac{n}{\sigma} + \frac{ \sum_{i=1}^{n}(x_i-\bar{x})^2+n(\bar{x}-\mu)^2}{\sigma^3}
\end{align}
</math>
 
which is solved by
 
:<math>\widehat\sigma^2 = \sum_{i=1}^n(x_i-\widehat{\mu})^2/n.</math>
 
Inserting <math>\widehat\mu</math> we obtain
 
:<math>\widehat\sigma^2 = \frac{1}{n} \sum_{i=1}^{n} (x_{i} - \bar{x})^2 = \frac{1}{n}\sum_{i=1}^n x_i^2
                          -\frac{1}{n^2}\sum_{i=1}^n\sum_{j=1}^n x_i x_j.</math>
 
To calculate its expected value, it is convenient to rewrite the expression in terms of zero-mean random variables ([[statistical error]])  <math>\delta_i \equiv \mu - x_i</math>. Expressing the estimate in these variables yields
 
:<math>\widehat\sigma^2 = \frac{1}{n} \sum_{i=1}^{n} (\mu - \delta_i)^2 -\frac{1}{n^2}\sum_{i=1}^n\sum_{j=1}^n (\mu - \delta_i)(\mu - \delta_j).</math>
 
Simplifying the expression above, utilizing the facts that <math>E\left[\delta_i\right] = 0 </math> and <math> E[\delta_i^2] = \sigma^2 </math>, allows us to obtain
 
:<math>E \left[ \widehat\sigma^2  \right]= \frac{n-1}{n}\sigma^2.</math>
 
This means that the estimator <math>\widehat\sigma</math> is biased. However, <math>\widehat\sigma</math> is consistent.
 
Formally we say that the ''maximum likelihood estimator'' for <math>\theta=(\mu,\sigma^2)</math> is:
 
:<math>\widehat{\theta} = \left(\widehat{\mu},\widehat{\sigma}^2\right).</math>
 
In this case the MLEs could be obtained individually.  In general this may not be the case, and the MLEs would have to be obtained simultaneously.
 
== Non-independent variables ==
 
It may be the case that variables are correlated, that is, not independent. Two random variables ''X'' and ''Y'' are independent only if their joint probability density function is the product of the individual probability density functions, i.e.
 
:<math>f(x,y)=f(x)f(y)\,</math>
 
Suppose one constructs an order-''n'' Gaussian vector out of random variables <math>(x_1,\ldots,x_n)\,</math>, where each variable has means given by <math>(\mu_1, \ldots, \mu_n)\,</math>. Furthermore, let the [[covariance matrix]] be denoted by <math>\Sigma</math>.
 
The joint probability density function of these ''n'' random variables is then given by:
 
:<math>f(x_1,\ldots,x_n)=\frac{1}{(2\pi)^{n/2}\sqrt{\text{det}(\Sigma)}} \exp\left( -\frac{1}{2} \left[x_1-\mu_1,\ldots,x_n-\mu_n\right]\Sigma^{-1}    \left[x_1-\mu_1,\ldots,x_n-\mu_n\right]^T \right)</math>
 
In the two variable case, the joint probability density function is given by:
 
:<math> f(x,y) = \frac{1}{2\pi \sigma_x \sigma_y \sqrt{1-\rho^2}} \exp\left[ -\frac{1}{2(1-\rho^2)} \left(\frac{(x-\mu_x)^2}{\sigma_x^2} - \frac{2\rho(x-\mu_x)(y-\mu_y)}{\sigma_x\sigma_y} + \frac{(y-\mu_y)^2}{\sigma_y^2}\right) \right] </math>
 
In this and other cases where a joint density function exists, the likelihood function is defined as above, in the section [[Maximum_likelihood#Principles|Principles]], using this density.
 
==Iterative procedures==
Consider problems where both states <math> x_{i} </math> and parameters such as <math>\sigma^2 </math> require to be estimated. Iterative procedures such as [[Expectation-maximization algorithm]]s may be used to solve joint state-parameter estimation problems.
 
For example, suppose that n samples of state estimates <math> \hat{x}_{i} </math> together with a sample mean <math> \bar{x} </math> have been calculated by either a minimum-variance [[Kalman filter]] or a minimum-variance smoother using a previous variance estimate <math>\widehat\sigma^2 </math>. Then the next variance iterate may be obtained from the maximum likelihood estimate calculation
 
:<math>\widehat\sigma^2 = \frac{1}{n} \sum_{i=1}^{n} (\hat{x}_{i} - \bar{x})^2. </math>
 
The convergence of MLEs within filtering and smoothing EM algorithms are studied in <ref>{{Cite journal
|last = Einicke
|first =  G.A.
|last2 = Malos
|first2 = J.T.
|last3 = Reid
|first3 =  D.C.
|last4 = Hainsworth
|first4 = D.W.
|title = Riccati Equation and EM Algorithm Convergence for Inertial Navigation Alignment
|journal = IEEE Trans. Signal Processing
|volume = 57
|issue = 1
|pages = 370–375
|date=January 2009
|postscript = <!--None-->
|doi=10.1109/TSP.2008.2007090
}}</ref>
<ref>{{Cite journal
|last = Einicke
|first =  G.A.
|last2 = Falco
|first2 =  G.
|last3 = Malos
|first3 = J.T.
|title = EM Algorithm State Matrix Estimation for Navigation
|journal = IEEE Signal Processing Letters
|volume = 17
|issue = 5
|pages = 437–440
|date=May 2010
|postscript = <!--None-->
|doi=10.1109/LSP.2010.2043151
}}</ref>
.<ref>{{Cite journal
|last = Einicke
|first =  G.A.
|last2 = Falco
|first2 =  G.
|last3 = Dunn
|first3 = M.T.
|last4 = Reid
|first4 = D.C.
|title = Iterative Smoother-Based Variance Estimation
|journal = IEEE Signal Processing Letters
|volume = 19
|issue = 5
|pages = 275–278
|date=May 2012
|postscript = <!--None-->
|doi=10.1109/LSP.2012.2190278
}}</ref>
 
==Applications==
Maximum likelihood estimation is used for a wide range of statistical models, including:
* [[linear model]]s and [[generalized linear model]]s;
* [[factor analysis|exploratory]] and [[confirmatory factor analysis]];
* [[structural equation modeling]];
* many situations in the context of [[hypothesis testing]] and [[confidence interval]] formation;
* [[discrete choice]] models;
* Curve fitting.
 
These uses arise across applications in widespread set of fields, including:
* [[communication systems]];
* [[psychometrics]];
* [[econometrics]];
* time-delay of arrival (TDOA) in acoustic or electromagnetic detection;
* data modeling in nuclear and particle physics;
* magnetic resonance imaging;<ref>{{cite journal|last=Sijbers |first=Jan|last2=den Dekker|first2=A.J.|year=2004|title=Maximum Likelihood estimation of signal amplitude and noise variance from MR data|journal=Magnetic Resonance in Medicine|volume=51 |pages=586–594|doi=10.1002/mrm.10728|pmid=15004801|issue=3}}</ref><ref>{{cite journal|last=Sijbers |first=Jan|last2=den Dekker|first2=A.J.|last3=Scheunders|first3=P.|last4=Van Dyck|first4=D.|year=1998|title=Maximum Likelihood estimation of Rician distribution parameters|journal=IEEE Transactions on Medical Imaging|volume=17 |pages=357–361|doi=10.1109/42.712125|pmid=9735899|issue=3}}</ref>
* [[computational phylogenetics]];
* origin/destination and path-choice modeling in transport networks;
* geographical satellite-image classification.
 
==History==
{{Expand section|date=January 2010}}
 
Maximum-likelihood estimation was recommended, analyzed (with flawed attempts at [[mathematical proof|proof]]s) and vastly popularized by [[Ronald Fisher|R. A. Fisher]] between 1912 and 1922<ref name="Pfanzagl">{{harvtxt |Pfanzagl |1994 }}</ref> (although it had been used earlier by [[Gauss]], [[Laplace]], [[Thorvald N. Thiele|T. N. Thiele]], and [[Francis Ysidro Edgeworth|F. Y. Edgeworth]]).<ref>{{harvtxt |Edgeworth |September 1908 }} and {{harvtxt |Edgeworth |December 1908 }}</ref> Reviews of the development of maximum likelihood have been provided by a number of authors.<ref>{{harvtxt |Savage |1976 }}, {{harvtxt |Pratt |1976 }}, {{harvs |txt=yes |last=Stigler |year=1978 |year2=1986 |year3=1999 }}, {{harvs |txt=yes |last=Hald |year=1998 |year2=1999 }}, and {{harvtxt |Aldrich |1997 }}</ref>
 
Much of the theory of maximum-likelihood estimation was first developed for [[Bayesian statistics]], and then simplified by later authors.<ref name="Pfanzagl"/>
 
==See also==
{{Portal|Statistics}}
* '''Other estimation methods'''
** [[Generalized method of moments]] are methods related to the likelihood equation in maximum likelihood estimation.
** [[M-estimator]], an approach used in robust statistics.
** [[Maximum a posteriori|Maximum a posteriori (MAP) estimator]], for a contrast in the way to calculate estimators when prior knowledge is postulated.
** [[Maximum spacing estimation]], a related method that is more robust in many situations.
** [[Method of moments (statistics)]], another popular method for finding parameters of distributions.
** [[Method of support]], a variation of the maximum likelihood technique.
** [[Minimum distance estimation]]
** [[Quasi-maximum likelihood]] estimator, an MLE estimator that is misspecified, but still consistent.
** [[Restricted maximum likelihood]], a variation using a likelihood function calculated from a transformed set of data.
* '''Related concepts''':
** The [[BHHH algorithm]] is a non-linear optimization algorithm that is popular for Maximum Likelihood estimations.
** [[Extremum estimator]], a more general class of estimators to which MLE belongs.
** [[Fisher information]], information matrix, its relationship to covariance matrix of ML estimates
** [[Likelihood function]], a description on what likelihood functions are.
** [[Mean squared error]], a measure of how 'good' an estimator of a distributional parameter is (be it the maximum likelihood estimator or some other estimator).
** The [[Rao–Blackwell theorem]], a result which yields a process for finding the best possible unbiased estimator (in the sense of having minimal [[mean squared error]]). The MLE is often a good starting place for the process.
** [[Sufficient statistic]], a function of the data through which the MLE (if it exists and is unique) will depend on the data.
 
== References ==
{{Reflist}}
 
==Further reading==
{{Refbegin}}
* {{cite journal
  | last = Aldrich | first = John
  | title = R. A. Fisher and the making of maximum likelihood 1912–1922
  | year = 1997
  | journal = Statistical Science
  | volume = 12 | issue = 3
  | pages = 162–176
  | doi = 10.1214/ss/1030037906
  | mr = 1617519
  | ref = CITEREFAldrich1997
  }}
* Andersen, Erling B. (1970); "Asymptotic Properties of Conditional Maximum Likelihood Estimators", ''Journal of the Royal Statistical Society'' '''B''' 32, 283–301
* Andersen, Erling B. (1980); ''Discrete Statistical Models with Social Science Applications'', North Holland, 1980
* [[Debabrata Basu|Basu, Debabrata]] (1988); ''Statistical Information and Likelihood : A Collection of Critical Essays by Dr. D. Basu''; in Ghosh, Jayanta K., editor; ''Lecture Notes in Statistics'', Volume 45, Springer-Verlag, 1988
* {{cite journal
  | last1 = Cox | first1 = David R. | authorlink1=David R. Cox
  | last2 = Snell | first2 = E. Joyce
  | title = A general definition of residuals
  | year = 1968
  | journal = Journal of the Royal Statistical Society, Series B
  | pages = 248–275
  | jstor = 2984505
  | ref = CITEREFCoxSnell1968
  }}
* {{cite journal
  | doi = 10.2307/2339293
  | last = Edgeworth | first = Francis Y. | authorlink = Francis Ysidro Edgeworth
  | title = On the probable errors of frequency-constants
  |date=Sep 1908
  | ref= CITEREFEdgeworthSeptember_1908
  | journal = Journal of the Royal Statistical Society
  | volume = 71 | issue = 3
  | pages = 499–512
  | jstor = 2339293
  }}
* {{cite journal
  | doi = 10.2307/2339378
  | last = Edgeworth | first = Francis Y.
  | title = On the probable errors of frequency-constants
  |date=Dec 1908
  | ref= CITEREFEdgeworthDecember_1908
  | journal = Journal of the Royal Statistical Society
  | volume = 71 | issue = 4
  | pages = 651–678
  | jstor = 2339378
  }}
* {{Cite book
| author = Einicke, G.A.
| year = 2012
| title = Smoothing, Filtering and Prediction: Estimating the Past, Present and Future
| publisher = Intech
| location = Rijeka, Croatia
| isbn = 978-953-307-752-9
| url = http://www.intechopen.com/books/smoothing-filtering-and-prediction-estimating-the-past-present-and-future}}
* {{cite journal |last=Ferguson |first=Thomas S. |title=An inconsistent maximum likelihood estimate |journal=Journal of the American Statistical Association |volume=77 |issue=380 |year=1982 |pages=831–834 |jstor=2287314 }}
* {{cite book
  | last = Ferguson | first = Thomas S.
  | title = A course in large sample theory
  | publisher = Chapman & Hall
  | year = 1996
  | isbn = 0-412-04371-8
  }}
* {{cite book
  | last = Hald | first = Anders | authorlink=Anders Hald
  | title = A history of mathematical statistics from 1750 to 1930
  | year = 1998
  | publisher = Wiley
  | location = New York, NY
  | isbn = 0-471-17912-4
  | ref = CITEREFHald1998
  }}
* {{cite journal
  | last = Hald | first = Anders
  | title = On the history of maximum likelihood in relation to inverse probability and least squares
  | year = 1999
  | journal = Statistical Science
  | volume = 14 | issue = 2
  | pages =214–222
  | jstor = 2676741
  | ref = CITEREFHald1999
  }}
* {{cite journal
  | last = Kano | first = Yutaka
  | title = Third-order efficiency implies fourth-order efficiency
  | year = 1996
  | journal = Journal of the Japan Statistical Society
  | volume = 26
  | pages = 101–117
  | url = http://www.journalarchive.jst.go.jp/english/jnlabstract_en.php?cdjournal=jjss1995&cdvol=26&noissue=1&startpage=101
  |ref=harv
  }}
* {{cite journal
  | last = Le Cam | first = Lucien | authorlink = Lucien Le Cam
  | title = Maximum likelihood — an introduction
  | journal = ISI Review
  | volume = 58 | issue = 2
  | year = 1990
  | pages = 153–171
  }}
* {{cite book
  | last1 = Le Cam | first1 = Lucien
  | last2 = Lo Yang | first2 = Grace
  | title =  Asymptotics in statistics: some basic concepts
  | year = 2000
  | edition = Second
  | publisher = Springer
  | isbn = 0-387-95036-2
  | ref = CITEREFLeCam2000
  }}
* {{cite book
  | last = Le Cam | first = Lucien
  | title = Asymptotic methods in statistical decision theory
  | year = 1986
  | publisher = Springer-Verlag
  | isbn = 0-387-96307-3
  }}
* {{cite book
  | last1 = Lehmann | first1 = Erich L. | authorlink = Erich Leo Lehmann
  | last2 = Casella | first2 = George
  | title = Theory of Point Estimation, 2nd ed
  | year = 1998
  | publisher = Springer
  | isbn = 0-387-98502-6
  | ref = CITEREFLehamnnCasella1998
  }}
* {{cite book
  | last1 = Newey | first1 = Whitney K.
  | last2 = McFadden | first2 = Daniel | authorlink2 = Daniel McFadden
  | chapter = Chapter 35: Large sample estimation and hypothesis testing
  | editor1-first= Robert | editor1-last=Engle | editor2-first=Dan | editor2-last=McFadden
  | title = Handbook of Econometrics, Vol.4
  | year = 1994
  | publisher = Elsevier Science
  | pages = 2111–2245
  | isbn=0-444-88766-0
  | ref = CITEREFNeweyMcFadden1994
  }}
* {{cite book |title=Parametric statistical theory |last1=Pfanzagl |first1=Johann |others=with the assistance of R.&nbsp;Hamböker |year=1994 |publisher=Walter de Gruyter |location=Berlin, DE
|isbn=3-11-013863-8 |pages=207–208 |ref=harv }}
* {{cite journal
  | doi = 10.1214/aos/1176343457
  | last = Pratt | first = John W.
  | title = F. Y. Edgeworth and R. A. Fisher on the efficiency of maximum likelihood estimation
  | year = 1976
  | journal = The Annals of Statistics
  | volume = 4 | issue = 3
  | pages = 501–514
  | jstor = 2958222
  | ref = CITEREFPratt1976
  }}
* {{cite book |author=Ruppert, David |title=Statistics and Data Analysis for Financial Engineering |publisher=Springer |year=2010 |isbn=978-1-4419-7786-1 |page=98 |url=http://books.google.com/books?id=i2bD50PbIikC&pg=PA98 |ref=CITEREFRuppert2010 }}
* {{cite journal
  | doi = 10.1214/aos/1176343456
  | last = Savage | first = Leonard J. | authorlink = Leonard J. Savage
  | title = On rereading R. A. Fisher
  | year = 1976
  | journal = The Annals of Statistics
  | volume = 4 | issue = 3
  | pages = 441–500
  | jstor = 2958221
  | ref = CITEREFSavage1976
  }}
* {{cite journal
  | doi = 10.2307/2344804
  | last = Stigler | first = Stephen M. | authorlink = Stephen M. Stigler
  | title = Francis Ysidro Edgeworth, statistician
  | year = 1978
  | journal = Journal of the Royal Statistical Society, Series A
  | volume = 141 | issue = 3
  | pages = 287–322
  | jstor = 2344804
  | ref = CITEREFStigler1978
  }}
* {{cite book
  | last = Stigler | first = Stephen M.
  | title = The history of statistics: the measurement of uncertainty before 1900
  | year = 1986
  | publisher = Harvard University Press
  | isbn = 0-674-40340-1
  | ref = CITEREFStigler1986
  }}
* {{cite book
  | last = Stigler | first = Stephen M.
  | title = Statistics on the table: the history of statistical concepts and methods
  | year = 1999
  | publisher = Harvard University Press
  | isbn = 0-674-83601-4
  | ref = CITEREFStigler1999
  }}
* {{cite book
  | last = van der Vaart | first = Aad W.
  | title = Asymptotic Statistics
  | year = 1998
  | isbn = 0-521-78450-6
  }}
{{Refend}}
 
==External links==
* {{springer|title=Maximum-likelihood method|id=p/m063100}}
* [http://statgen.iop.kcl.ac.uk/bgim/mle/sslike_1.html Maximum Likelihood Estimation Primer (an excellent tutorial)]
* [http://www.mayin.org/ajayshah/KB/R/documents/mle/mle.html Implementing MLE for your own likelihood function using R]
* [http://www.netstorm.be/home/mle A selection of likelihood functions in R]
* {{cite journal | title = Tutorial on maximum likelihood estimation | id = {{citeseerx|10.1.1.74.671}} | journal = [[Journal of Mathematical Psychology]] }}
 
{{Statistics}}
 
{{DEFAULTSORT:Maximum Likelihood}}
[[Category:Estimation theory]]
[[Category:Statistical theory]]
[[Category:M-estimators]]
[[Category:Fitting probability distributions]]
[[ar:تقدير الاحتمال]]

Latest revision as of 22:28, 26 June 2014

Got nothing to say about myself I think.
I enjoy of finally being a part of wmflabs.org.
I just hope I am useful in some way .

Also visit my site ... michael kors factory outlet