This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| double | incomplete_gamma (double alpha, double x, int mode) |
| return the cdf of Gamma(alpha,gamma) at point x*gamma | |
| double | chi_square (double chi2, double n, int mode) |
| return cdf of chi_square with n degrees of freedom at point chi2 | |
| double | incomplete_beta (double x, double alpha, double beta, int mode) |
| return the cdf of Beta(alpha,beta) at point x | |
| double | student (double t, double n, int mode) |
| return cdf of Stunent with n degrees of freedom at t | |
| double | F (double F, double n, double m, int mode) |
| return cdf of F-distribution(n,m) at F | |
|
||||||||||||||||
|
return cdf of chi_square with n degrees of freedom at point chi2
|
|
||||||||||||||||||||
|
return cdf of F-distribution(n,m) at F
|
|
||||||||||||||||||||
|
return the cdf of Beta(alpha,beta) at point x
|
|
||||||||||||||||
|
return the cdf of Gamma(alpha,gamma) at point x*gamma
|
|
||||||||||||||||
|
return cdf of Stunent with n degrees of freedom at t
|
1.3.2