The preceding sections covered variance through several lenses — its definition, its calculation across discrete and continuous settings, the algebraic rules that govern its behavior under scaling, shifting, and summation, and its relationship to standard deviation. The table below collects the most-used facts into a single reference card, with each row pairing a foundational property or formula with a brief note on its scope or use. Together with the distribution tables in the section above, this card is meant to serve as a quick lookup whenever the page's content is needed in practice.
| Aspect |
Formula |
Note |
| Definition |
Var(X) = E[(X − μ)²] |
expected squared deviation from the mean |
| Shortcut form |
Var(X) = E[X²] − μ² |
algebraically equivalent; often easier to compute |
| Sign |
Var(X) ≥ 0 |
equals 0 if and only if X is constant |
| Standard deviation |
σ = √Var(X) |
returns to the original units of X |
| Units |
squared units of X |
e.g., m² if X is in meters, $² if X is in dollars |
| Scaling |
Var(aX) = a²Var(X) |
the constant factor comes out squared |
| Shifting |
Var(X + b) = Var(X) |
adding a constant does not change spread |
| Sum, independent |
Var(X + Y) = Var(X) + Var(Y) |
requires X, Y independent |
| Sum, general |
Var(X + Y) = Var(X) + Var(Y) + 2·Cov(X,Y) |
always valid; reduces to the independent case when Cov = 0 |
| Standard distributions |
closed-form formulas |
see the discrete and continuous distribution tables above |