mne_features.univariate.compute_mean

mne_features.univariate.compute_mean(data)

Mean of the data (per channel).

Parameters
datandarray, shape (n_channels, n_times)
Returns
outputndarray, shape (n_channels,)

Notes

Alias of the feature function: mean

Fork me on GitHub