hoi.core.entropy_kernel# hoi.core.entropy_kernel(x: array, bw_method: str = None) → array[source]# Entropy using gaussian kernel density. Parameters: xarray_likeInput data of shape (n_features, n_samples) bw_methodstr | NoneEstimator bandwidth. See jax.scipy.stats.gaussian_kde. Returns: hxfloatEntropy of x (in bits)