MCPcopy 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_funFunction · 0.70
_compute_forwards_meegFunction · 0.50
read_tagFunction · 0.50
safe_eventFunction · 0.50

Calls 2

_median_complexFunction · 0.85
meanMethod · 0.45

Tested by

no test coverage detected