pyhctsa.operations.correlation.compare_min_ami

pyhctsa.operations.correlation.compare_min_ami(y, bin_method='std1', num_bins=10)

Assess the variability in the first minimum of automutual information (AMI) across binning strategies.

This function computes the first minimum of the automutual information function for a time series using various histogram binning strategies and numbers of bins. It summarizes how the location of the first minimum varies across these different coarse-grainings.

Parameters:
y : array-like

The input time series.

bin_method : str, optional

The method for estimating mutual information (passed to histogram_ami). Default is ‘std1’.

num_bins : int or array-like, optional

The number of bins (or list of bin counts) to use for AMI estimation. Default is 10.

Returns:

Dictionary containing statistics on the set of first minimums of the automutual information function.

Return type:

dict