Gamma |
Name | Description | |
---|---|---|
BetaIR(Double, Double, Double) |
BetaIR(x,a,b) calculates the double precision incomplete beta function ratio.
C# B_x(a,b) Integral(0,x) t**(a-1) (1-t)**(b-1) dt I_x(a,b) = --------- = --------------------------------------- B(a,b) B(a,b) | |
BetaIR(Double, Double, Double, Boolean) |
BetaIR(x,a,b) calculates the double precision incomplete beta function ratio.
C# B_x(a,b) Integral(0,x) t**(a-1) (1-t)**(b-1) dt I_x(a,b) = --------- = --------------------------------------- B(a,b) B(a,b) |