pub fn d_kl_bytes(x: &[u8], y: &[u8]) -> f64
KL divergence D_KL(P || Q) between the byte histograms of x and y (bits).
D_KL(P || Q)
x
y
D_KL is an empirical, order-0 quantity by construction.
D_KL