mne_features
0.2
Examples
API
What's new
GitHub
Site
API Documentation
What’s new?
Page
mne_features.univariate
.compute_mean
mne_features.univariate
.compute_mean
¶
mne_features.univariate.
compute_mean
(
data
)
¶
Mean of the data (per channel).
Parameters
data
ndarray, shape (n_channels, n_times)
Returns
output
ndarray, shape (n_channels,)
Notes
Alias of the feature function:
mean