Segmentation#

RawSegmentation(*args, **kwargs)

Contains the segmentation of a Raw instance.

EpochsSegmentation(*args, **kwargs)

Contains the segmentation of an Epochs instance.

compute_transition_matrix(labels, n_clusters)

Compute the observed transition matrix.

compute_expected_transition_matrix(labels, ...)

Compute the expected transition matrix.

entropy(segmentation[, ignore_repetitions, ...])

Compute the Shannon entropy of a symbolic sequence.

excess_entropy_rate(segmentation, history_length)

Estimate the entropy rate and the excess_entropy of the segmentation.

auto_information_function(segmentation, lags)

Compute the Auto-information function (aif).

partial_auto_information_function(...[, ...])

Compute the Partial auto-information function.