/[gsl]/gsl/cdf/chisqinv.c
ViewVC logotype

Diff of /gsl/cdf/chisqinv.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by bjg, Sat Jul 12 20:57:55 2003 UTC revision 1.1.2.2 by bjg, Mon Jul 14 12:07:33 2003 UTC
# Line 24  Line 24 
24  double  double
25  gsl_cdf_chisq_Pinv (const double P, const double nu)  gsl_cdf_chisq_Pinv (const double P, const double nu)
26  {  {
27    return gsl_cdf_gamma_Pinv(P, 2, nu / 2);    return gsl_cdf_gamma_Pinv(P, nu / 2, 2);
28  };  };
29    
30  double  double
31  gsl_cdf_chisq_Qinv (const double Q, const double nu)  gsl_cdf_chisq_Qinv (const double Q, const double nu)
32  {  {
33    return gsl_cdf_gamma_Qinv(Q, 2, nu / 2);    return gsl_cdf_gamma_Qinv(Q, nu / 2, 2);
34  };  };
35    

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26