You are here : python_3statisticsstatisticspstdev

statistics.pstdev() - statistics

Return the population standard deviation (the square root of the population
variance).  See pvariance() for arguments and other details.


Syntax

statistics.pstdev(data, mu=None)


Example

>>> pstdev([1.5, 2.5, 2.5, 2.75, 3.25, 4.75])
0.986893273527251


Output / Return Value


Limitations


Alternatives / See Also


Reference