Last active
January 8, 2019 15:05
-
-
Save vlavorini/ba47f0a6fdc8f0e95205d97ecebb9f70 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from mpmath import betainc | |
p=betainc(a_T, b_T, 0.003,1, regularized=True) #result: 0.48112566853812544 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment