mne_features.univariate.compute_skewness

mne_features.univariate.compute_skewness(data)

Skewness of the data (per channel).

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

Notes

Alias of the feature function: skewness

Fork me on GitHub