BetaI
BetaI(x,a,b)
The incomplete beta function.
The incomplete beta function returns the cumulative probability for a Beta(a,b) distribution at x, defined by:
- [math]\displaystyle{ BetaI(x,a,b) = {1\over{BetaFn(a,b)}} \int_0^x x^{a-1} (1-x)^{b-1} dx }[/math]
Library
Advanced Math
See Also
Comments
Enable comment auto-refresher