One of the biggest goals of statistics is the following.
Goal. Given some (i.i.d.) data Xi∼P, derive an estimate P^ for the distribution P.
This is an unreasonable goal without a model—a set of probability distributions that are candidates for P.
Definition. A model {Pθ∣θ∈Θ} is parametric if Θ is finite-dimensional, and nonparametric otherwise.
Example. The model {Exp(λ)∣λ∈R+} is parametric, whereas {PDF f:[0,1]→R+} is not.
If we assume a model like, say, {N(μ,σ2)∣μ∈R,σ∈R+}, we may also use notation like Eμ,σ2[X].
§ Estimators
Definition. Given a parameter θ…
A point estimateθ^ (or θ^n) is a single guess for the value of θ.
An estimatorθ^ is a random variable that is a function θ^=g(X1,…,Xn) of the sample data.
We'll overload the notation θ⇝θ^ to say “θ is estimated by θ^”.
In what follows, assume the parameter θ is a real number.
Definition. The bias of an estimator θ^ of θ is bias(θ^):=Eθ[θ^]−θ.
We say θ^ is unbiased if bias(θ^)=0.
We say θ^ is asymptotically unbiased if limn→∞bias(θ^n)=0.
Definition. The standard error of an estimator θ^ of θ is se(θ^):=V[θ^], or just the standard deviation of θ^.
Definition. The mean squared error (MSE) of an estimator θ^ of θ is MSE(θ^):=Eθ[(θ^−θ)2].
Remark. Note that, in general, the bias, standard error, and MSE are all implicitly functions of the true, population value of θ.
For example, the equation bias(θ^):=Eθ[θ^]−θ uses the notation Eθ to reflect that in the definition θ^:=g(X1,…,Xn) of θ^, the random variables {Xi}i=1n are sampled (i.i.d.) from Pθ. So there are implicit dependencies on the value of θ everywhere.
It turns out that the MSE is just a combination of bias and standard error.
Theorem. (MSE Equivalence) We always have MSE(θ^)=bias2(θ^)+se2(θ^).