Estimation

Whereas hypothesis testing is about discriminating between two or more hypotheses, estimation is about guessing the numerical value of or ground truth of a random variable.

In order to measure the quality of our estimation, we need a metric to measure error. One commonly used error is the mean squared error

Theorem 45

Linear Estimation

Since finding the MMSE is difficult, we can restrict ourselves to funtions of a particular type.

Definition 86

By the orthogonality principle,

Solving this system yields

Theorem 46

Definition 87

Theorem 47

Kalman Filtering

Definition 88

Theorem 48

Kalman filtering is a simple algorithm which lets us do online, optimal estimation. Variants of it can do things such as prediction or smoothing.

Last updated