Method of Moments(MoM) estimator
m^1=m1(θ1,...,θk)⋮
m^k=mk(θ1,...,θk)
where m^j=n1∑i(Xi)j and mj=Eθ(Xj)(j=1,...,k)
위 연립방정식을 풀어서 나오는 해가 MoM estimator
ex1) X1,...,Xn∼iidN(μ,σ2)
E(X)=μ => μ^=X
E(X2)=σ2+μ2 => σ^2=X2−X2
ex2) X1,...,Xn∼iidPoisson(λ)
λ^=XE(X2)=λ+λ2=X2
λ^=X 이므로 E(X2)=X2+X 으로도 표현될 수 있다.
하지만 X2+X=X2
=> MoM estimator 는 unique 하지 않다는 문제점이 있다.
Maximum Likelihood Estimator(MLE)
Def)
MLE of θ is the maximizer of L(θ;x)
ex1) X1,...,Xn∼iidN(θ,1)

ex2) X1,...,Xn∼iidN(θ1,θ2)

ex3) X1,...,Xn∼iidU[θ−0.5,θ+0.5]

Theorem) functional invariance of MLE
Let η=g(θ) be a parameter of interest.
If θ^ is the MLE of θ, then η^=g(θ)=g(θ^) is MLE of η
ex1) X1,...,Xn∼iidb(1,p) and η=1−pp
MLE of η?
p^=X => η^=1−XX by functional invariance of MLE