36#ifndef STK_FUNCT_GAMMARATIO_H
37#define STK_FUNCT_GAMMARATIO_H
47#ifdef IS_RTKPP_LIBRARY
50{
return Rf_pgamma(x, a, 1., lower_tail,
false);}
This file include all the header files of the project STKernel.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
Real gammaRatio(Real const &a, Real const &x, bool lower_tail)
Compute the incomplete gamma functions ratio.
Real gammaRatioQ(Real const &a, Real const &x)
Compute the incomplete gamma function ratio Q(a,x).
Real gammaRatioP(Real const &a, Real const &x)
Compute the incomplete gamma function ratio P(a,x).
double Real
STK fundamental type of Real values.
Real gammaRatio_raw(Real const &a, Real const &x, bool lower_tail)
Real gammaRatioQ_raw(Real const &a, Real const &x)
Real gammaRatioP_raw(Real const &a, Real const &x)
The namespace STK is the main domain space of the Statistical ToolKit project.