XLPack 7.0
XLPack Numerical Library (Excel Worksheet Functions) Reference Manual
Loading...
Searching...
No Matches

◆ WBetaxc()

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

Compliment of incomplete beta function 1 - Bx(a, b)

Purpose
This function computes the compliment of the incomplete beta function
1 - Bx(a, b) = B(1-x)(b, a)
Returns
Compliment of incomplete beta function 1 - Bx(a, b).
Parameters
[in]AArgument a. (A > 0)
[in]BArgument b. (B > 0)
[in]XArgument x. (0 <= X <= 1)
Reference
boost/math/special_functions