mne_features.univariate.compute_quantile

mne_features.univariate.compute_quantile(data, q=0.75)

Quantile of the data (per channel).

Parameters
datandarray, shape (n_channels, n_times)
qfloat or list

Quantile or sequence of quantiles to compute, which must be between 0 and 1 inclusive.

Returns
outputndarray, shape (n_channels * len(q),)

Notes

Alias of the feature function: quantile

Fork me on GitHub