4.9.17 · D1Probability Theory & Statistics

Foundations — Statistical estimation — MLE, method of moments

2,183 words10 min readBack to topic

This page assumes you have never seen a single symbol on the parent note. We build them one at a time, each on top of the last, each anchored to a picture. By the end you will be able to read the parent note like a sentence.


1. Data: the raw numbers

Figure — Statistical estimation — MLE, method of moments

Why does the topic need this? Every recipe on the parent page starts from "given data …". Without a name for the numbers, we cannot say anything about them.


2. Big vs small letters: (random) vs (observed)

Why the topic needs this: an estimator is built from the still-spinning 's (so it is itself random and we can ask about its spread), while an estimate is the frozen number it spits out once the 's land. The whole "estimator vs estimate" distinction lives entirely in this capital-vs-lowercase choice.


3. Summation and the average

Figure — Statistical estimation — MLE, method of moments

Why the topic needs it: almost every answer on the parent page (, , ) is "the average, possibly flipped or reshaped". If you own , you own half the results.


4. The parameter and its guess

Why the topic needs it: estimation is precisely "produce from the ". Every boxed answer on the parent page is a formula for some hat.


5. Probability distribution, density , and ""

Figure — Statistical estimation — MLE, method of moments

Why the topic needs it: MLE literally reads these hill-heights at your observed points and multiplies them. MoM reads averages of these hills. Both start from .


6. Expectation and moments

Figure — Statistical estimation — MLE, method of moments

Why the topic needs it: MoM = "set and solve". You cannot even read that sentence without both moment ideas.


7. Variance and standard deviation

Why the topic needs it: the normal distribution has two dials, and . The parent page estimates both, and the famous "divide by vs " bias story is entirely about .


8. Product — why likelihoods multiply

Why the topic needs it: the likelihood is born as a product. Understanding "independent ⇒ multiply" is the whole reason has a in it.


9. The logarithm / — turning into

Why the topic needs it: every MLE derivation goes , so that becomes and calculus becomes bearable.


10. The derivative and setting it to zero


Prerequisite map

Data x1..xn

Random var X vs observed x

Sum and mean xbar

Distribution density f

Expectation E and moments

Variance sigma squared

Method of Moments

Product = likelihood L

Log turns product to sum

Derivative set to zero

MLE thetahat

Parameter theta and guess thetahat

Read it top-down: raw data feeds two streams — the moment stream (average, expectation) that powers MoM, and the likelihood stream (density, product, log, derivative) that powers MLE. Both pour into the final guess .


Equipment checklist

Read each item as a question; the answer after ::: is the readiness you should already feel.

What does the subscript in mean?
A name tag — "the third measured number", nothing more.
What is the difference between and ?
is the still-random measurement; is the frozen observed value.
Write in words.
Add up all data values.
What is and what picture is it?
The sample mean — the balance point of the data.
What does the hat in signify?
"Estimated value of" — our computed guess of the true .
What does the semicolon in mean?
"Given the parameter" — the density height at when the dial is set to .
Difference between and ?
is the theoretical (population) moment; is the sample moment; LLN links them.
Why is the likelihood a product?
Independent data ⇒ joint probability multiplies.
State the log property MLE relies on.
, and is strictly increasing so it keeps the same maximizer.
Why set ?
The maximum of a smooth curve is a flat point (zero slope).
Why also check ?
To confirm the flat point is a peak, not a valley or saddle.