Return the population standard deviation (the square root of the population variance). See pvariance() for arguments and other details.
statistics.pstdev(data, mu=None)
>>> pstdev([1.5, 2.5, 2.5, 2.75, 3.25, 4.75]) 0.986893273527251