| 
| REAL8  | cdf_chisq_Pinv (REAL8 P, REAL8 nu) | 
|   | 
| REAL8  | cdf_chisq_Qinv (REAL8 Q, REAL8 nu) | 
|   | 
| REAL8  | cdf_gamma_Pinv (REAL8 P, REAL8 a, REAL8 b) | 
|   | 
| INT4  | cdf_gamma_Qinv (REAL8 *out, REAL8 Q, REAL8 a, REAL8 b) | 
|   | 
| REAL8  | cdf_ugaussian_Pinv (REAL8 P) | 
|   | 
| INT4  | cdf_ugaussian_Qinv (REAL8 *out, REAL8 Q) | 
|   | 
| REAL8  | cdf_gamma_P (REAL8 x, REAL8 a, REAL8 b) | 
|   | 
| REAL8  | cdf_gamma_P_usingmatlab (REAL8 x, REAL8 a, REAL8 b) | 
|   | 
| INT4  | cdf_gamma_Q (REAL8 *out, REAL8 x, REAL8 a, REAL8 b) | 
|   | 
| REAL8  | cdf_gamma_Q_usingmatlab (REAL8 x, REAL8 a, REAL8 b) | 
|   | 
| REAL8  | twospect_cdf_chisq_P (REAL8 x, REAL8 nu) | 
|   | Compute the CDF P value at value x of a chi squared distribution with nu degrees of freedom Rougly REAL4 precision.  More...
  | 
|   | 
| REAL8  | matlab_cdf_chisq_P (REAL8 x, REAL8 nu) | 
|   | Compute the CDF P value at value x of a chi squared distrubution with nu degrees of freedom using the Matlab-based function.  More...
  | 
|   | 
| REAL8  | ncx2cdf (REAL8 x, REAL8 dof, REAL8 delta) | 
|   | Matlab's version of the non-central chi-squared CDF with nu degrees of freedom and non-centrality delta at value x.  More...
  | 
|   | 
| REAL4  | ncx2cdf_float (REAL4 x, REAL4 dof, REAL4 delta) | 
|   | 
| REAL8  | ncx2cdf_withouttinyprob (REAL8 x, REAL8 dof, REAL8 delta) | 
|   | 
| REAL4  | ncx2cdf_float_withouttinyprob (REAL4 x, REAL4 dof, REAL4 delta) | 
|   | 
| REAL8  | ncx2cdf_withouttinyprob_withmatlabchi2cdf (REAL8 x, REAL8 dof, REAL8 delta) | 
|   | 
| REAL4  | ncx2cdf_float_withouttinyprob_withmatlabchi2cdf (REAL4 x, REAL4 dof, REAL4 delta) | 
|   | 
| REAL8  | ncx2pdf (REAL8 x, REAL8 dof, REAL8 delta) | 
|   | 
| REAL8  | ncx2inv (REAL8 p, REAL8 dof, REAL8 delta) | 
|   | Matlab's ncx2inv function.  More...
  | 
|   | 
| REAL4  | ncx2inv_float (REAL8 p, REAL8 dof, REAL8 delta) | 
|   | 
| REAL8  | norminv (REAL8 p, REAL8 mu, REAL8 sigma) | 
|   | 
| REAL8  | unitGaussianSNR (REAL8 value, REAL8 dof) | 
|   |