Main Page | Namespace List | Class Hierarchy | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

statfct.h File Reference

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

Included by dependency graph

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


Function Documentation

double chi_square double  chi2,
double  n,
int  mode
 

return cdf of chi_square with n degrees of freedom at point chi2

double F double  F,
double  n,
double  m,
int  mode
 

return cdf of F-distribution(n,m) at F

double incomplete_beta double  x,
double  alpha,
double  beta,
int  mode
 

return the cdf of Beta(alpha,beta) at point x

double incomplete_gamma double  alpha,
double  x,
int  mode
 

return the cdf of Gamma(alpha,gamma) at point x*gamma

double student double  t,
double  n,
int  mode
 

return cdf of Stunent with n degrees of freedom at t


Generated on Mon Jul 21 16:57:41 2003 for SECRET by doxygen 1.3.2