Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mne-tools/mne-python
/ fun
Function
fun
mne/utils/check.py:954–955 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
952
if
mode ==
"mean"
:
953
954
def
fun(data):
955
return
np.mean(data, axis=axis)
956
957
elif
mode ==
"std"
:
958
Callers
4
cache_fun
Function · 0.70
_compute_forwards_meeg
Function · 0.50
read_tag
Function · 0.50
safe_event
Function · 0.50
Calls
2
_median_complex
Function · 0.85
mean
Method · 0.45
Tested by
no test coverage detected