Likelihood:

  • instead of asking “given parameter what is the probability of r.v. ”…
  • …ask: “given data about , what is the likelihood of parameter being within an interval?”

This is the best way to evaluate an estimator.

Likelihood Function

def. The likelihood function for is the likelihood that given the data, the liklihood of parameter to be that value:

where for the liklihood function, the variable is and the parameters are .

  • The domain of the likelihood function is the parameter space.

Info

Alternatively, understanding to be the (mythical) value of the pdf is another way to think of it. 확률(Probability) vs 가능도(Likelihood)

def. the Log liklihood is simply the natural log of the likelihood function. It exists because it’s just easy to manipulate.

Score

def. the Score is the derivative of the log likelihood. It measures how close the estimator is to the actual value of .

  • Score is best when 0, and the absolute value measures how far away is from actual . Signed for direction.
  • ← under regularity conditions. Obviously, if we know real , then the score is perfect.