pub fn try_mutual_information_rate_backend(
x: &[u8],
y: &[u8],
backend: &CompiledRateBackend,
) -> InfotheoryResult<f64>Expand description
Mutual information rate estimate under an explicit backend.
Inputs are aligned to the shared prefix length.