Skip to content

Instantly share code, notes, and snippets.

@sdia-zz
Created June 28, 2018 10:43
Show Gist options
  • Save sdia-zz/1a2c79a4f978382d881f024439055795 to your computer and use it in GitHub Desktop.
Save sdia-zz/1a2c79a4f978382d881f024439055795 to your computer and use it in GitHub Desktop.
def beta_1(a, b):
return math.gamma(a) * math.gamma(b) / math.gamma(a + b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment