STK++ 0.9.13
|
In this file we declare functions around the gamma function ratio. More...
#include <STKernel.h>
Go to the source code of this file.
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_raw (Real const &a, Real const &x, bool lower_tail) |
Real | STK::Funct::gammaRatioQ_raw (Real const &a, Real const &x) |
Real | STK::Funct::gammaRatioP_raw (Real const &a, Real const &x) |
Real | STK::Funct::gammaRatio (Real const &a, Real const &x, 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.