mne_features.univariate.compute_decorr_time

mne_features.univariate.compute_decorr_time(sfreq, data)

Decorrelation time (per channel).

Parameters
sfreqfloat

Sampling rate of the data.

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

Notes

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

References

1

Teixeira, C. A. et al. (2011). EPILAB: A software package for studies on the prediction of epileptic seizures. Journal of Neuroscience Methods, 200(2), 257-271.

Fork me on GitHub