Part of ALG-08 — Statistics: Mean, Variance & Standard Deviation

Variance — The Central Concept

by Notetube Officialconcept_deep_dive summary200 words5 views

Variance measures the spread of data around its mean. Two equivalent formulas: sigma2sigma^2 = sum(xi - x-bar)^2/n (definitional) and sigma2sigma^2 = sumxi2n\frac{xi^2}{n} - (x-bar)^2 (computational). The computational formula is faster and is the primary tool for JEE. For frequency data: sigma2sigma^2 = sumfixi2N\frac{fi*xi^2}{N} - sum(fixiN\frac{sum(fi*xi}{N})^2. Variance is always non-negative and equals zero only when all observations are identical. Its unit is the square of the data's unit. Standard deviation sigma = sqrt(variance) restores the original unit. The variance formula can be rewritten as: n*sigma2sigma^2 = sum(xi2xi^2) - n*(x-bar)^2, which means sum(xi2xi^2) = n*(sigma2sigma^2 + x-bar2bar^2). This rearrangement is crucial for "corrected variance" problems where you need to recover sum(xi2xi^2) from given mean and variance.

Want to generate AI summaries of your own documents? NoteTube turns PDFs, videos, and articles into study-ready summaries.

Sign up free to create your own