|
STK++ 1.0
|
In this file we declare functions around the gamma function ratio. More...
#include "../../STKernel/include/STK_Integer.h"#include "../../STKernel/include/STK_Real.h"

Go to the source code of this file.
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
| namespace | STK::Funct |
The namespace Funct enclose all usual and special functions. | |
Functions | |
| Real | STK::Funct::gammaRatio (Real const &a, Real const &x, const bool &lower_tail) |
| Compute the incomplete gamma functions ratio. | |
| Real | STK::Funct::gammaRatioQ (Real const &a, Real const &x) |
| Compute the incomplete gamma function ratio Q(a,x). | |
| Real | STK::Funct::gammaRatioP (Real const &a, Real const &x) |
| Compute the incomplete gamma function ratio P(a,x). | |
In this file we declare functions around the gamma function ratio.
Definition in file STK_Funct_gammaRatio.h.