pub fn try_resistance_to_transformation_bytes(
x: &[u8],
tx: &[u8],
) -> InfotheoryResult<f64>Expand description
Fallible resistance-to-transformation estimate:
I(X; T(X)) / H(X) for tx = T(x), using the default context rate backend.
pub fn try_resistance_to_transformation_bytes(
x: &[u8],
tx: &[u8],
) -> InfotheoryResult<f64>Fallible resistance-to-transformation estimate:
I(X; T(X)) / H(X) for tx = T(x), using the default context rate backend.