Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ stdev
Method
stdev
Lib/statistics.py:1362–1364 ·
view source on GitHub ↗
Standard deviation of the normal distribution.
(self)
Source
from the content-addressed store, hash-verified
1360
1361
@property
1362
def
stdev(self):
1363
"Standard deviation of the normal distribution."
1364
return
self._sigma
1365
1366
@property
1367
def
variance(self):
Callers
1
benchmark_time
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected