For the complete documentation index, see llms.txt. This page is also available as Markdown.

Standard Deviation

It is the square root of the Variance. It is often more convenient than the variance because it has the same unit as the data points.

Population Standard Deviation, σ=1nin(xiμ)2\sigma=\sqrt{\frac{1}{n}}\sum_i^n(x_{i}-\mu)^2

Sample Standard Deviation, σ=11nin(xix)2\sigma=\sqrt{\frac{1}{1-n}}\sum_i^n(x_{i}-\overline{x})^2

Last updated