# Sample Standard Deviation
$ s = \sqrt{\frac{\sum(x_i - \bar{x})^2}{n - 1}} $
WIth Bessel correction $n - 1$.
- $n$ is the number of samples
- $\bar{x}$ is the [[Sample Mean]]
The Sample [[Standard Deviation]] is the square root of the [[Sample Variance]].