Standard Deviation in LaTeX
Standard deviation measures the spread of a data set around its mean μ. This formula nests a summation inside a fraction inside a square root — a good test of how LaTeX groups nested expressions with braces.
LaTeX source
\sigma = \sqrt{\frac{1}{N}\sum_{i=1}^{N} (x_i - \mu)^2}Open in editor
Renders live — then export to PNG, JPG, SVG, or PDF.