Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ stddev
Method
stddev
deps/v8/tools/avg.py:153–154 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
151
return
self.M2 / (self.count - 1)
152
153
def
stddev(self):
154
return
math.sqrt(self.variance())
155
156
def
size(self):
157
return
len(self.values)
Callers
3
status
Method · 0.95
result
Method · 0.95
widths
Method · 0.95
Calls
1
variance
Method · 0.95
Tested by
no test coverage detected