I hereby claim:
- I am arnov on github.
- I am arno_v (https://keybase.io/arno_v) on keybase.
- I have a public key whose fingerprint is 0C56 ACF6 5A16 3E77 BADB D567 2B5F F883 BB9B FC73
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
import math | |
def calc_ab(alpha_a, beta_a, alpha_b, beta_b): | |
''' | |
See http://www.evanmiller.org/bayesian-ab-testing.html | |
αA is one plus the number of successes for A |