Click or drag to resize

GammaRelatedBetaI Method

Overload List
 NameDescription
Public methodStatic memberBetaI(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
Public methodStatic memberBetaI(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
Top
See Also