Standard deviation of $$$2$$$, $$$1$$$, $$$9$$$, $$$-3$$$, $$$\frac{5}{2}$$$

The calculator will find the standard deviation of $$$2$$$, $$$1$$$, $$$9$$$, $$$-3$$$, $$$\frac{5}{2}$$$, with steps shown.
Comma-separated.

If the calculator did not compute something or you have identified an error, or you have a suggestion/feedback, please write it in the comments below.

Your Input

Find the sample standard deviation of $$$2$$$, $$$1$$$, $$$9$$$, $$$-3$$$, $$$\frac{5}{2}$$$.

Solution

The sample standard deviation of data is given by the formula $$$s = \sqrt{\frac{\sum_{i=1}^{n} \left(x_{i} - \mu\right)^{2}}{n - 1}}$$$, where $$$n$$$ is the number of values, $$$x_i, i=\overline{1..n}$$$ are the values themselves, and $$$\mu$$$ is the mean of the values.

Actually, it is the square root of variance.

The mean of the data is $$$\mu = \frac{23}{10}$$$ (for calculating it, see mean calculator).

Since we have $$$n$$$ points, $$$n = 5$$$.

The sum of $$$\left(x_{i} - \mu\right)^{2}$$$ is $$$\left(2 - \frac{23}{10}\right)^{2} + \left(1 - \frac{23}{10}\right)^{2} + \left(9 - \frac{23}{10}\right)^{2} + \left(-3 - \frac{23}{10}\right)^{2} + \left(\frac{5}{2} - \frac{23}{10}\right)^{2} = \frac{374}{5}.$$$

Thus, $$$\frac{\sum_{i=1}^{n} \left(x_{i} - \mu\right)^{2}}{n - 1} = \frac{\frac{374}{5}}{4} = \frac{187}{10}$$$.

Finally, $$$s = \sqrt{\frac{\sum_{i=1}^{n} \left(x_{i} - \mu\right)^{2}}{n - 1}} = \sqrt{\frac{187}{10}} = \frac{\sqrt{1870}}{10}$$$.

Answer

The sample standard deviation is $$$s = \frac{\sqrt{1870}}{10}\approx 4.324349662087931$$$A.