Module rgsl::gamma_beta::incomplete_gamma [] [src]

Functions

gamma_inc

This routine computes the unnormalized incomplete Gamma Function \Gamma(a,x) = \int_x\infty dt t{a-1} \exp(-t) for a real and x >= 0.

gamma_inc_P

This routine computes the complementary normalized incomplete Gamma Function P(a,x) = 1 - Q(a,x) = 1/\Gamma(a) \int_0x dt t{a-1} \exp(-t) for a > 0, x >= 0.

gamma_inc_P_e

This routine computes the complementary normalized incomplete Gamma Function P(a,x) = 1 - Q(a,x) = 1/\Gamma(a) \int_0x dt t{a-1} \exp(-t) for a > 0, x >= 0.

gamma_inc_Q

This routine computes the normalized incomplete Gamma Function Q(a,x) = 1/\Gamma(a) \int_x\infty dt t{a-1} \exp(-t) for a > 0, x >= 0.

gamma_inc_Q_e

This routine computes the normalized incomplete Gamma Function Q(a,x) = 1/\Gamma(a) \int_x\infty dt t{a-1} \exp(-t) for a > 0, x >= 0.

gamma_inc_e

This routine computes the unnormalized incomplete Gamma Function \Gamma(a,x) = \int_x\infty dt t{a-1} \exp(-t) for a real and x >= 0.