mne-tools / mne-features

MNE-Features software for extracting features from multivariate time series
https://mne-tools.github.io/mne-features/
BSD 3-Clause "New" or "Revised" License
142 stars 32 forks source link

[WIP] Adding RMS and percentile univariate feature functions #61

Closed hubertjb closed 3 years ago

hubertjb commented 3 years ago

This PR introduces two additional simple univariate feature functions, root mean square (RMS) and percentiles, in case there is interest in including them in the library.

jbschiratti commented 3 years ago

Thanks for adding those feature functions @hubertjb ! LGTM Could you, please, update the whats_new.rst file?

hubertjb commented 3 years ago

Thanks @jbschiratti! I just updated whats_new.

agramfort commented 3 years ago

this doc page http://mne.tools/mne-features/api.html needs to be updated. thx

agramfort commented 3 years ago

thx @hubertjb