# Standard Deviation

{% hint style="success" %}
Standard Deviation is a measure of how spread out numbers are.&#x20;
{% endhint %}

It is the square root of the [Variance](https://ai.nuhil.net/statistics/variance). It is often more convenient than the variance because it has the same unit as the data points.

**Population Standard Deviation**, $$\sigma=\sqrt{\frac{1}{n}}\sum\_i^n(x\_{i}-\mu)^2$$&#x20;

**Sample Standard Deviation**, $$\sigma=\sqrt{\frac{1}{1-n}}\sum\_i^n(x\_{i}-\overline{x})^2$$&#x20;
