|
STK++ 0.9.13
|
In this file we implement functions around the gamma function ratio. More...

Go to the source code of this file.
Classes | |
| class | STK::Funct::Seriedl |
| This Serie computes. More... | |
Namespaces | |
| namespace | STK |
| The namespace STK is the main domain space of the Statistical ToolKit project. | |
| namespace | STK::Funct |
| The namespace Funct enclose all usual and special functions. | |
Functions | |
| Real | STK::Funct::gammaRatio (Real const &a, Real const &x, bool lower_tail) |
| Compute the incomplete gamma functions ratio. | |
| Real | STK::Funct::gammaRatio_raw (Real const &a, Real const &x, bool lower_tail) |
In this file we implement functions around the gamma function ratio.
Definition in file STK_Funct_gammaRatio.cpp.