Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Gammaq.cxx File Reference


Detailed Description

The Faithful implementation of the GammaQ.

Code is taken from Numerical Recipes in C.

Definition in file Gammaq.cxx.

#include "Gammaq.h"

Include dependency graph for Gammaq.cxx:

Go to the source code of this file.

Namespaces

namespace  hippodraw
namespace  hippodraw::Numeric

Functions

double hippodraw::Numeric::gammln (double xx)
 Calculates natural log of a gamma function.
double hippodraw::Numeric::gammq (double a, double x)
 Calculates Q, the probability that the chi2 should exceed a particilar chi2 (input) by chance.
void hippodraw::Numeric::gcf (double *gammcf, double a, double x, double *gln)
 Calculates Q, the probability that the chi2 should exceed a particilar chi2 (input) by chance, by using continued fractions.
void hippodraw::Numeric::gser (double *gamser, double a, double x, double *gln)
 Calculates Q, the probability that the chi2 should exceed a particilar chi2 (input) by chance, by using series approximation.


Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3