XLPack 6.1
C/C++ API Reference Manual
Loading...
Searching...
No Matches

◆ _ibetaia()

double _ibetaia ( double  b,
double  x,
double  p 
)

Normalized incomplete beta function Ix(a, b) inverse for a

Purpose
ibetaia returns a value a such that p = Ix(a, b), where p is the specified value of the normalized incomplete beta function.
Returns
Value of a.
Parameters
[in]bArgument b. (b > 0)
[in]xArgument x. (0 < x < 1)
[in]pSpecified value of normalized incomplete beta function. (0 <= p <= 1)
Error handling
  • If b <= 0, x <= 0, x >= 1, p < 0 or p > 1, domain error (EDOM) occurs.
  • Range error (ERANGE) may occur.
Reference
boost/math/special_functions