mne_features.univariate.compute_std

mne_features.univariate.compute_std(data)

Standard deviation of the data.

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

Notes

Alias of the feature function: std

Fork me on GitHub