mne_features.univariate.compute_kurtosis

mne_features.univariate.compute_kurtosis(data)

Kurtosis of the data (per channel).

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

Notes

Alias of the feature function: kurtosis

Fork me on GitHub