pyhctsa.operations.distribution.high_low_mu

pyhctsa.operations.distribution.high_low_mu(y)

The high_low_mu statistic.

The high_low_mu statistic is the ratio of the mean of the data that is above the (global) mean compared to the mean of the data that is below the global mean.

Parameters:
y : array-like

The input data vector

Returns:

The high_low_mu statistic.

Return type:

float