num/gammai.h File Reference
Go to the source code of this file.
Defines |
#define | NPS_GAMMAI_LKG static inline |
Functions |
NPS_GAMMAI_LKG double | nps_gammai (const double a, const double x) |
Define Documentation
#define NPS_GAMMAI_LKG static inline |
incomplete beta function implementation. "Incomplete Beta" is the name of the function but also describes the implementation in the short term. A reference on implementing the incomplete beta function is Numerical Recipes in C++.
Function Documentation
NPS_GAMMAI_LKG double nps_gammai |
( |
const double |
a, |
|
|
const double |
x | |
|
) |
| | |