Function sourmash::sketch::hyperloglog::estimators::joint_mle[][src]

pub fn joint_mle(
    k1: &[CounterType],
    k2: &[CounterType],
    p: usize,
    q: usize
) -> (usize, usize, usize)
Expand description

Calculate the joint maximum likelihood of A and B.

Returns a tuple (only in A, only in B, intersection)