Functions | Variables
contrib/mul/mbl/mbl_gamma.cxx File Reference
#include "mbl_gamma.h"
#include <vcl_iostream.h>
#include <vcl_cmath.h>
#include <vcl_cstdlib.h>

Go to the source code of this file.

Functions

double mbl_log_gamma (double xx)
 log of Gamma function of a.
double mbl_gamma_p (double a, double x)
 Incomplete gamma function, P(a,x).
double mbl_gamma_q (double a, double x)
 Incomplete gamma function, Q(a,x).
double mbl_log_gamma_q (double a, double x)
 log of Incomplete gamma function, Q(a,x).

Variables

const int MAX_ITS = 200
const double EPS = 3.0e-7
const double FPMIN = 1.0e-30

Function Documentation

double mbl_gamma_p ( double  a,
double  x 
)

Incomplete gamma function, P(a,x).

Definition at line 127 of file mbl_gamma.cxx.

double mbl_gamma_q ( double  a,
double  x 
)

Incomplete gamma function, Q(a,x).

Definition at line 147 of file mbl_gamma.cxx.

double mbl_log_gamma ( double  xx)

log of Gamma function of a.

Definition at line 10 of file mbl_gamma.cxx.

double mbl_log_gamma_q ( double  a,
double  x 
)

log of Incomplete gamma function, Q(a,x).

Definition at line 167 of file mbl_gamma.cxx.


Variable Documentation

const double EPS = 3.0e-7

Definition at line 7 of file mbl_gamma.cxx.

const double FPMIN = 1.0e-30

Definition at line 8 of file mbl_gamma.cxx.

const int MAX_ITS = 200

Definition at line 6 of file mbl_gamma.cxx.