npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
SpecialFunctions.hh File Reference

Mathematical special functions. More...

Go to the source code of this file.

Namespaces

 npstat
 

Functions

double npstat::inverseGaussCdf (double cdf)
 
double npstat::incompleteBeta (double a, double b, double x)
 
double npstat::inverseIncompleteBeta (double a, double b, double x)
 
double npstat::Gamma (double x)
 
double npstat::incompleteGamma (double a, double x)
 
double npstat::incompleteGammaC (double a, double x)
 
double npstat::inverseIncompleteGamma (double a, double x)
 
double npstat::inverseIncompleteGammaC (double a, double x)
 
long double npstat::dawsonIntegral (long double x)
 
long double npstat::inverseExpsqIntegral (long double x)
 
long double npstat::normalDensityDerivative (unsigned n, long double x)
 
double npstat::bivariateNormalIntegral (double rho, double x, double y)
 
double npstat::besselK (double nu, double z)
 

Detailed Description

Mathematical special functions.

A number of mathematical special functions needed by this package. The implementations are not optimized in any systematic way, and may be slow.

Author: I. Volobouev

November 2009