Lines Matching full:betacf
137 betacf
1524 print 'a or b too big, or ITMAX too small in Betacf.'
1556 using the betacf function. (Adapted from: Numerical Recipies in C.)
1568 return bt * betacf(a, b, x) / float(a)
1570 return 1.0 - bt * betacf(b, a, 1.0 - x) / float(b)
1979 betacf = Dispatch((lbetacf, (IntType, FloatType)),)
3965 print 'a or b too big, or ITMAX too small in Betacf for ', noconverge, ' elements'
3999 here, using the betacf function. (Adapted from: Numerical Recipies in
4485 betacf = Dispatch((lbetacf, (IntType, FloatType)), (abetacf, (N.ndarray,)))