XLPack 6.1
Excel Worksheet Function Numerical Library Reference Manual
Loading...
Searching...
No Matches

◆ WIbeta()

Function WIbeta ( A As  Double,
B As  Double,
X As  Double 
)

Incomplete beta function Ix(a, b)

Purpose
WIbeta computes the incomplete beta function
Ix(a, b) = (1/B(a, b))∫t^(a-1)*(1-t)^(b-1) dt [0, x]
Returns
Incomplete beta function Ix(a, b).
Parameters
[in]AArgument a. (A >= 0, but A = B = 0 is not allowed)
[in]BArgument b. (B >= 0, but A = B = 0 is not allowed)
[in]XArgument x. (0 <= X <= 1)
Reference
boost/math/special_functions