mne_features.univariate.compute_hjorth_complexity

mne_features.univariate.compute_hjorth_complexity(data)

Hjorth complexity (per channel).

Hjorth complexity 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_complexity. 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