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

Variance

It shows numerically how far the data points are from the mean. Neither the mean nor the median can describe this. Variance, σ2=1ni=1n(xiμ)2\sigma^{2}=\frac{1}{n}\sum_{i=1}^n(x_{i}-\mu)^2

Last updated