Simple A/B testing demo of Beta-Binomial model
Input:
- Number of successes for site A out of some number of trials
- Number of successes for site B out of some number of trials
Computes success rate posteriors for site A and B. Also computes the probability that the rate for site A is bigger than that of site B.
Updated to use open source Infer.NET.