mne_features
0.2
Examples
API
What's new
GitHub
Site
API Documentation
What’s new?
Page
mne_features.univariate
.compute_std
mne_features.univariate
.compute_std
¶
mne_features.univariate.
compute_std
(
data
)
¶
Standard deviation of the data.
Parameters
data
shape (n_channels, n_times)
Returns
output
ndarray, shape (n_channels)
Notes
Alias of the feature function:
std