STK++ 1.0
STK_Funct_gammaRatio.h File Reference

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

#include "../../STKernel/include/STK_Integer.h"
#include "../../STKernel/include/STK_Real.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
 

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

Detailed Description

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

Definition in file STK_Funct_gammaRatio.h.