Skip to content

client-match doesn't multiply by frac_int

The client-match program doesn't multiply its counts by frac_int like the other programs do. This causes all the counts to be 2× what they should be, on average. (frac_int sums to 1.0 over two consecutive days: we're instead giving full weight to the count on both days.)

/cc @cohosh FYI