pub fn try_mutual_information_rate_bytes(
x: &[u8],
y: &[u8],
) -> InfotheoryResult<f64>Expand description
Fallible mutual-information rate estimate with the default context backend.
pub fn try_mutual_information_rate_bytes(
x: &[u8],
y: &[u8],
) -> InfotheoryResult<f64>Fallible mutual-information rate estimate with the default context backend.