pub fn try_conditional_entropy_rate_bytes(
x: &[u8],
y: &[u8],
) -> InfotheoryResult<f64>Expand description
Fallible conditional entropy-rate estimate H(X|Y) with the default context backend.
pub fn try_conditional_entropy_rate_bytes(
x: &[u8],
y: &[u8],
) -> InfotheoryResult<f64>Fallible conditional entropy-rate estimate H(X|Y) with the default context backend.