hoi.core.entropy_gc — HOI 0.0.5 documentation (original) (raw)
hoi.core.entropy_gc#
hoi.core.entropy_gc(x: array, biascorrect: bool = True, copnorm: bool = True) → array[source]#
Gaussian Copula entropy.
Parameters:
xarray_like
Array of data of shape (n_features, n_samples)
biascorrectbool | True
Specifies whether bias correction should be applied to the estimated MI
copnormbool | True
Apply gaussian copula normalization
Returns:
hxfloat
Entropy of x (in bits)