def probit(p):
    return -sqrt(2.) * erfcinv(2. * p)
Beispiel #2
0
def inv_phi(y):
    return -tt.sqrt(2) * tt.erfcinv(2 * y)
Beispiel #3
0
def probit(p):
    return -sqrt(2) * erfcinv(2 * p)
Beispiel #4
0
def probit(p):
    return -sqrt(2.0) * erfcinv(2.0 * p)
Beispiel #5
0
def probit(p):
    return -sqrt(2.) * erfcinv(2. * p)
Beispiel #6
0
def probit(p):
    return -sqrt(2) * erfcinv(2 * p)