STK++ 0.9.13
STK_Funct_gammaRatio.cpp File Reference

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

Include dependency graph for STK_Funct_gammaRatio.cpp:

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)
 

Detailed Description

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

Definition in file STK_Funct_gammaRatio.cpp.