diff scripts/statistics/distributions/chi2cdf.m @ 6859:5fddcbbe880e

[project @ 2007-09-04 12:59:42 by dbateman]
author dbateman
date Tue, 04 Sep 2007 12:59:42 +0000
parents 34f96dd5441b
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/statistics/distributions/chi2cdf.m	Sun Sep 02 06:41:13 2007 +0000
+++ b/scripts/statistics/distributions/chi2cdf.m	Tue Sep 04 12:59:42 2007 +0000
@@ -40,6 +40,6 @@
     endif
   endif
 
-  cdf = gamcdf (x, n / 2, 1 / 2);
+  cdf = gamcdf (x, n / 2, 2);
 
 endfunction