Variance Calculator

Calculate variance (population and sample) from a set of numbers.

Population Variance (σ²)
Mean
Sample Variance (s²)
Population Std Dev (σ)
Sample Std Dev (s)
Recent Calculations

What Is Variance?

Variance measures how far a set of numbers is spread out from their average value. It is the average of the squared differences from the mean.

Formula

σ² = Σ(xᵢ − μ)² / N (population), s² = Σ(xᵢ − x̄)² / (n−1) (sample)

Example

For {4, 8, 6, 5, 3}: Mean = 5.2, Population variance = 2.96, Sample variance = 3.7.

Frequently Asked Questions

Variance vs standard deviation?

Variance is in squared units; standard deviation is its square root and is in the same units as the data.

When to use sample vs population?

Use population when you have the complete dataset. Use sample when working with a subset.

Related Topics