mne_features.univariate.compute_variance

mne_features.univariate.compute_variance(data)

Variance of the data (per channel).

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

Notes

Alias of the feature function: variance

Fork me on GitHub