pub fn mutual_information_rate_backend(
x: &[u8],
y: &[u8],
max_order: i64,
backend: &RateBackend,
) -> f64Expand description
Mutual information rate estimate under an explicit backend.
Inputs are aligned to the shared prefix length.