MCPcopy 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
6061def _std(a, **args):
6062 return a.std(**args)
6063
6064
6065class TestStats:

Callers 1

test_std_valuesMethod · 0.70

Calls 1

stdMethod · 0.45

Tested by

no test coverage detected