mne_features.univariate.compute_katz_fd

mne_features.univariate.compute_katz_fd(data)

Katz Fractal Dimension (per channel).

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

Notes

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

References

1

Esteller, R. et al. (2001). A comparison of waveform fractal dimension algorithms. IEEE Transactions on Circuits and Systems I: Fundamental Theory and Applications, 48(2), 177-183.

Fork me on GitHub