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

◆ WGammapd()

Function WGammapd ( A As  Double,
X As  Double 
)

Derivative of normalized incomplete gamma function P(a, x)

Purpose
This function computes the derivative of normalized incomplete gamma function P(a, x) with respect to x.
d/dx P(a, x) = exp(-x)*x^(a-1)/Γ(a)
Returns
Derivative of normalized incomplete gamma function P(a, x) with respect to x.
Parameters
[in]AArgument a. (A > 0)
[in]XX As Double Argument x. (X >= 0)
Reference
boost/math/special_functions