Honeycomb
0.1
Component-Model Framework
|
Evaluate the incomplete beta function. More...
#include <Beta.h>
Static Public Member Functions | |
static Real | calc (Real x, Real a, Real b) |
static Real | calcInv (Real y0, Real a, Real b) |
Inverse of imcomplete beta integral. More... | |
Evaluate the incomplete beta function.
Inverse of imcomplete beta integral.
Given y, the function finds x such that incbet( a, b, x ) = y
The routine performs interval halving or Newton iterations to find the root of incbet(a,b,x) - y = 0