mne_features.univariate.compute_hjorth_mobility

mne_features.univariate.compute_hjorth_mobility(data)

Hjorth mobility (per channel).

Hjorth mobility parameter computed in the time domain.

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

Notes

Alias of the feature function: hjorth_mobility. See [1].

References

1

Paivinen, N. et al. (2005). Epileptic seizure detection: A nonlinear viewpoint. Computer methods and programs in biomedicine, 79(2), 151-159.

Fork me on GitHub