next up previous contents
: Matrix Inversion and Decomposition : Maths Utilities : Random Number Generator   目次

Statistical Distributions

Basic statistical measures based on gamma functions and chi-square distributions.

extern double  gammln(double x);

extern double  gammp(double a, double x);

extern double  gammq(double a, double x);

extern double  chisq(double x, int n);



root 平成20年12月5日