pub fn try_mutual_information_bytes(x: &[u8], y: &[u8]) -> InfotheoryResult<f64>Expand description
Fallible mutual-information estimate I(X;Y) using the default context rate backend.
pub fn try_mutual_information_bytes(x: &[u8], y: &[u8]) -> InfotheoryResult<f64>Fallible mutual-information estimate I(X;Y) using the default context rate backend.