Variance

Statistics
definition

Also known as: σ²

Grade 9-12

View on concept map

The variance is the average of the squared deviations from the mean: \sigma^2 = \frac{1}{n}\sum (x_i - \bar{x})^2. Variance quantifies how spread out data values are from the mean, forming the foundation for standard deviation and virtually all inferential statistics.

Definition

The variance is the average of the squared deviations from the mean: \sigma^2 = \frac{1}{n}\sum (x_i - \bar{x})^2. It is the square of the standard deviation.

πŸ’‘ Intuition

Another spread measureβ€”variance = \text{SD}^2. Same idea, different scale.

🎯 Core Idea

Variance is in squared units (if data is in meters, variance is in meters^2).

Example

Data: \{2, 4, 6\}. Mean = 4. Deviations: -2, 0, 2. Squared: 4, 0, 4. Variance = (4+0+4)/3 \approx 2.67.

Formula

\sigma^2 = \frac{\sum(x - \mu)^2}{n}

Notation

\sigma^2 for population variance, s^2 for sample variance

🌟 Why It Matters

Variance quantifies how spread out data values are from the mean, forming the foundation for standard deviation and virtually all inferential statistics. It is used in finance to measure investment risk, in quality control to monitor manufacturing consistency, and in science to assess experimental reliability.

πŸ’­ Hint When Stuck

Ask yourself: do I have the SD already? If so, just square it. If not, find each deviation from the mean, square them, and average.

Formal View

\sigma^2 = \frac{1}{n}\sum_{i=1}^{n}(x_i - \mu)^2 (population); s^2 = \frac{1}{n-1}\sum_{i=1}^{n}(x_i - \bar{x})^2 (sample)

🚧 Common Stuck Point

Take square root of variance to get SD (back to original units).

⚠️ Common Mistakes

  • Forgetting that variance is in squared units β€” if data is in meters, variance is in \text{m}^2, not meters
  • Confusing population variance (\div n) with sample variance (\div (n-1))
  • Taking the square root of variance and calling it variance β€” that is the standard deviation, not variance

Frequently Asked Questions

What is Variance in Math?

The variance is the average of the squared deviations from the mean: \sigma^2 = \frac{1}{n}\sum (x_i - \bar{x})^2. It is the square of the standard deviation.

Why is Variance important?

Variance quantifies how spread out data values are from the mean, forming the foundation for standard deviation and virtually all inferential statistics. It is used in finance to measure investment risk, in quality control to monitor manufacturing consistency, and in science to assess experimental reliability.

What do students usually get wrong about Variance?

Take square root of variance to get SD (back to original units).

What should I learn before Variance?

Before studying Variance, you should understand: mean, standard deviation.

How Variance Connects to Other Ideas

To understand variance, you should first be comfortable with mean and standard deviation. Once you have a solid grasp of variance, you can move on to standard deviation.

Visualization

Static

Visual representation of Variance