pub fn try_intrinsic_dependence_bytes(data: &[u8]) -> InfotheoryResult<f64>Expand description
Fallible intrinsic dependence estimate:
(H₀(X) - Ĥ(X)) / H₀(X), where H₀ is the order-0 / empirical entropy and
Ĥ is the entropy rate produced by the default context’s rate backend.