Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Special Functions > Gamma Functions and Related Functions >

InverseBetaRegularized

InverseBetaRegularized[s, a, b]
gives the inverse of the regularized incomplete beta function.
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • With the regularized incomplete beta function defined by I(z,a,b)=Beta(z,a,b)/Beta(a,b), InverseBetaRegularized[s, a, b] is the solution for z in s=I(z,a,b).
Evaluate to high precision:
The precision of the output tracks the precision of the input:
Series expansion at the origin:
TraditionalForm formatting:
InverseBetaRegularized threads element-wise over lists:
Evaluate the 4-argument generalized case:
Model the PDF of the beta distribution through uniformly distributed random numbers:
Compare binned modeled distribution with exact distribution:
Solve a transcendental equation:
InverseBetaRegularized evaluates numerically only for 0<=s<=1:
In TraditionalForm, is not automatically interpreted as an inverse regularized beta function:
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team