Result
Enter data and click Calculate
Paste numbers to compute variance with step-by-step breakdown.
Deviation from Mean
No graph yet
Calculate to see deviation chart.
No recently used tools
Loading categories...
Free online variance calculator with sample and population modes. Paste your data to compute variance, standard deviation, CV, and view a complete deviation table with sum of squares breakdown. Includes step-by-step formulas, deviation chart, and Python numpy export.
Paste numbers to compute variance with step-by-step breakdown.
Calculate to see deviation chart.
Variance measures how far data values are spread from their mean. It is the average of squared deviations โ squaring ensures all deviations are positive and emphasizes larger deviations. A variance of zero means all values are identical.
Variance is in squared units (e.g., cmยฒ). Take the square root for standard deviation in original units.
For independent variables, variances add: Var(X+Y) = Var(X) + Var(Y). This makes variance useful in probability theory.
Squaring amplifies the effect of outliers. A single extreme value can dramatically increase variance.
| Property | Formula | Meaning |
|---|---|---|
| Non-negative | Var(X) โฅ 0 | Always zero or positive |
| Constant shift | Var(X + c) = Var(X) | Adding a constant doesnโt change spread |
| Scaling | Var(cX) = cยฒ ยท Var(X) | Multiplying by c scales variance by cยฒ |
| Independence | Var(X+Y) = Var(X) + Var(Y) | Variances of independent variables add |
| Zero variance | Var(X) = 0 โ X is constant | All values are identical |
Portfolio variance measures investment risk. Lower variance = more stable returns.
Analysis of Variance partitions total variance into between-group and within-group components.
Manufacturing uses variance to monitor process consistency and detect deviations from standards.