Skip to content

Instantly share code, notes, and snippets.

View arnov's full-sized avatar

Arno Veenstra arnov

  • Company.Info
  • Amsterdam
View GitHub Profile
@arnov
arnov / keybase.md
Last active September 17, 2015 08:46

Keybase proof

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:

@arnov
arnov / ab.py
Last active May 13, 2019 14:29
Bayesian AB Test
#!/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