Learn Before
Formula

Mean Squared Error

The Mean Squared Error (MSE) of an estimator θ^m\hat{\theta}_m with respect to a parameter θ\theta is the expected value of the squared error:

MSE(θ^m)=E((θ^mθ)2)MSE(\hat{\theta}_m) = \mathbb{E}((\hat{\theta}_m - \theta)^2)

It can also be expressed as the sum of the squared bias of the estimator and its variance:

MSE(θ^m)=Bias2(θ^m)+Var(θ^m)MSE(\hat{\theta}_m) = Bias^2(\hat{\theta}_m) + Var(\hat{\theta}_m)

0

1

Updated 2026-06-13

Tags

Data Science

Foundations of Large Language Models Course

Computing Sciences