Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _std
Function
_std
numpy/core/tests/test_multiarray.py:6061–6062 ·
view source on GitHub ↗
(a, **args)
Source
from the content-addressed store, hash-verified
6059
6060
6061
def
_std(a, **args):
6062
return
a.std(**args)
6063
6064
6065
class
TestStats:
Callers
1
test_std_values
Method · 0.70
Calls
1
std
Method · 0.45
Tested by
no test coverage detected