b: Maximum Likelihood Revisited
Suppose that random Variables X1...Xn have a joint density or frequency function f(x1,x2,x3,...,xn|Theta) depending on some parameter Theta. Given observed values for the xi (i=1...n), the likelihood of Theta as a function of x1,x2,...,xn is defined as:
lik(Theta) = f(x1,x2,...,xn|Theta)
The maximum likelihood estimate (mle) of Theta is that value of Theta that maximizes the likelihood - that is, makes the observed data "most probable" or "most likely".
(Compare: "Mathematical Statistics and Data Analysis" by John A. Rice)
|