---
title: "Point Estimation: Bias, Variance and Consistency"
description: "An estimator is a random variable computed from a sample. Judge it by whether it is centred on the truth, how much it varies, and whether it settles down as the sample grows."
canonical: https://lightmysky.com/learn/mathematics/point-estimation-bias-variance-and-consistency-mt_I374r2UU_i
source: https://lightmysky.com/learn/mathematics/point-estimation-bias-variance-and-consistency-mt_I374r2UU_i.md
retrieved: 2026-09-12
---

> **Agent view.** This is the Markdown twin of the page, for tools and assistants.
> When to use this site, and the call that answers each job: https://lightmysky.com/agent-instructions.md
> API description (OpenAPI 3.1): https://lightmysky.com/openapi.json · Authentication: https://lightmysky.com/auth.md
> Pricing: https://lightmysky.com/pricing.md · Catalog: https://lightmysky.com/llms.txt · Full catalog: https://lightmysky.com/llms-full.txt
> Every machine-readable file on this domain: https://lightmysky.com/.well-known/ai-catalog.json
> Ask for Markdown with `Accept: text/markdown`, a `.md` address, or `?mode=agent`.

# Point Estimation: Bias, Variance and Consistency

An estimator is a random variable computed from a sample. Judge it by whether it is centred on the truth, how much it varies, and whether it settles down as the sample grows.

Subject: Mathematics · Area: Data & Statistics · Ages 20 to 21
Page: https://lightmysky.com/learn/mathematics/point-estimation-bias-variance-and-consistency-mt_I374r2UU_i

## Ready when they can

- Show that the sample mean is unbiased for the population mean
- Explain the n - 1 divisor in the sample variance
- Compare two estimators on bias and variance together

## Lesson: Judging an estimator

An estimator is a number computed from a sample, and it varies from sample to sample. It is unbiased when its average over all possible samples equals the truth. The sample mean is unbiased for the population mean. Larger samples keep this aim while tightening the scatter.

**Example.** Take the readings 4, 6 and 8. Their sum is 18 and dividing by 3 gives a sample mean of 6. That 6 estimates the population mean without bias. Its spread shrinks like sigma squared over n, so bigger samples pin the mean down.

Spread is measured from the true mean, but you only have the sample mean, which sits closest to the data. Distances from it run systematically short, so dividing by n underestimates the variance. Dividing by n minus 1 inflates just enough to remove that bias. For 4, 6 and 8 the squared deviations total 8, and dividing by 2 gives a variance of 4.

Judge estimators on bias and variance together through the mean squared error, which is variance plus squared bias. An estimator with bias 0.5 and variance 1 scores 1.25, beating an unbiased one with variance 4. Consistency means the estimator concentrates on the target as the sample grows, with bias and variance draining away.

**Recap.** Unbiased means centred on the truth, n minus 1 keeps the variance honest, and mean squared error plus consistency judge the whole package.

## Practice

13 questions on this page, each with its working shown.

## Needs first

- [Standard Deviation and Variance](https://lightmysky.com/learn/mathematics/standard-deviation-and-variance-mt_eNpow5tIX2)
- [The Law of Large Numbers and the Central Limit Theorem](https://lightmysky.com/learn/mathematics/the-law-of-large-numbers-and-the-central-limit-theorem-mt_NknG3L5rQp)

## Opens up

- [Errors, Power and the Design of a Test](https://lightmysky.com/learn/mathematics/errors-power-and-the-design-of-a-test-mt_D7ZXbvSD0l)
- [Maximum Likelihood Estimation](https://lightmysky.com/learn/mathematics/maximum-likelihood-estimation-mt_ZRTrcy7-KV)
