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

◆ WIbetad()

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

Derivative of normalized incomplete beta function Ix(a, b)

Purpose
This function computes the partial derivative with respect to x of the normalized incomplete beta function Ix(a, b).
d/dx Ix(a, b) = (1 - x)^(b - 1)*x^(a - 1)/B(a, b)
Returns
Partial derivative with respect to x of Ix(a, b).
Parameters
[in]AArgument a. (A > 0)
[in]BArgument b. (B > 0)
[in]XArgument x. (0 <= X <= 1)
Reference
boost/math/special_functions