Bayes Estimation cover

Bayes Estimation

2026-07-20 18:18:00# Statistics

A Frequentist Motivation

Bayes Estimation = A strategy for selecting a estimator

Prior: Use the average-case risk to reduce the risk function to a scalar summary. The average will be taken with respect to some measure Λ\Lambda on the parameter space Θ\Theta, Λ\Lambda will be called prior.

i.e., for an estimator δ\delta, will define its Bayes risk with respect to Λ\Lambda:

rΛ(δ)=ΘR(θ;δ)dΛ(θ)r_\Lambda(\delta)=\int_\Theta R(\theta; \delta) d\Lambda(\theta)

Bayes estimator: The estimator δΛ\delta_\Lambda that will minimize bayes risk.

If Λ\Lambda is a probability measure, we call it proper, otherwise, Λ(Θ)=\Lambda(\Theta)=\infty, and we call it improper. If Λ\Lambda is proper, the integral can be written as an expectation:

rΛ(δ)=EθΛ[R(θ;δ)]=E[L(θ,δ(X))]r_\Lambda(\delta) = \mathbb{E}_{\theta\sim\Lambda}[R(\theta; \delta)] = \mathbb{E}[L(\theta, \delta(X))]

The last expectation is taken wrt the joint distribution where:

θΛ; XθP(θ)\theta\sim\Lambda; \ X | \theta \sim P(\theta)

Posterior: conditional distribution of θ\theta given X. i.e., giving desity λ(θ)\lambda(\theta), joint distribution λ(θ)Pθ(x)\lambda(\theta)P_\theta(x), then the marginal distribution of x: q(x)=Θλ(θ)Pθ(x)dθq(x) = \int_\Theta\lambda(\theta)P_\theta(x)d\theta; The posterior is given by bayes' rule:

λ(θx)=Pθ(x)λ(θ)q(x)\lambda(\theta|x)=\frac{P_\theta(x)\cdot\lambda(\theta)}{q(x)}

Bayes Estimator

Theorem: Bayes Estimation: δΛ\delta_\Lambda is bayes estimator iff δΛargmin(E[L(θ,d)X=x])\delta_\Lambda \in \operatorname{argmin}(\mathbb{E}[L(\theta, d) | X=x]), for a.e. xx. The way to minimize the conditional expectation that defines rΛr_\Lambda is to find an estimator that minimize the conditional expectation of the loss given X.