STK++ 0.9.13
STK_Funct_gammaRatio.h File Reference

In this file we declare functions around the gamma function ratio. More...

#include <STKernel.h>
Include dependency graph for STK_Funct_gammaRatio.h:
This graph shows which files directly or indirectly include this file:

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).
 

Detailed Description

In this file we declare functions around the gamma function ratio.

Definition in file STK_Funct_gammaRatio.h.