Special Functions |
Special functions section describes implementation of non-elementary mathematical funtions.
Operation | Description | Performance |
---|---|---|
gamma | Computes the gamma function. | |
log gamma | Computes the natural logarithm of the absolute value of Gamma function. | |
regularized upper incomplete gamma | Calculates regularized upper incomplete Gamma function. | |
regularized lower incomplete gamma | Calculates regularized lower incomplete Gamma function. | |
beta | Calculates Beta function of nonnegative real arguments. | |
ln beta | Calculates natural logarithm of Beta function of nonnegative real arguments. | |
regularized incomplete beta | Calculates value of regularized incomplete beta function with nonnegative real arguments. where is the incomplete beta function. | |
complementary regularized beta | Calculates value of complementary regularized incomplete beta function with nonnegative real arguments. | |
erf | Calculates error function (erf) value. | |
erfc | Calculates complementary error function (erfc) value. | |
inv erf | Calculates inverse error function value. | |
inv erfc | Calculates inverse complementary error function value. |