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

◆ Betaxc_sub()

Sub Betaxc_sub ( Ret As  Double,
A As  Double,
B As  Double,
X As  Double,
Optional Info As  Long 
)

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

Purpose
Computes the compliment of the incomplete beta function 1 - Bx(a, b).
1 - Bx(a, b) = B(1-x)(b, a)
Parameters
[out]RetCompliment of incomplete beta function 1 - Bx(a, b).
[in]AArgument a. (A > 0)
[in]BArgument b. (B > 0)
[in]XArgument x. (0 <= X <= 1)
[out]Info(Optional) = 0: Successful exit.
= -1: The argument A had an illegal value. (A <= 0)
= -2: The argument B had an illegal value. (B <= 0)
= -3: The argument X had an illegal value. (X < 0 or X > 1)
= 1: Floating point range error.
Reference
boost/math/special_functions