Skip to content
2x2xKit

Variance Calculator

Calculate population and sample variance for a dataset.

How this is calculated
Population variance = Σ(x − mean)² ÷ n; Sample variance = Σ(x − mean)² ÷ (n − 1)

Assumptions used in this calculation

  • Both variants shown: Both population (÷n) and sample (÷n−1, Bessel's correction) variance are calculated so you can pick the one appropriate to your data.

About this calculator

The variance calculator finds both population and sample variance for a dataset, along with the mean and count.

Worked example

[2,4,4,4,5,5,7,9]

Result: Population variance = 4

Was this helpful?

Frequently asked questions