Gamma |
Name | Description | |
---|---|---|
BetaI(Double, Double, Double) | BetaI(x,a,b) calculates the double precision incomplete beta function. BetaI(x,a,b) = Integral(0,x) t**(a-1) (1-t)**(b-1) dt | |
BetaI(Double, Double, Double, Boolean) | BetaI(x,a,b) calculates the double precision incomplete beta function. BetaI(x,a,b) = Integral(0,x) t**(a-1) (1-t)**(b-1) dt |