4 Nov 2003 03:08
Bug in F-distribution
Robert Kern <kern <at> ugcs.caltech.edu>
2003-11-04 02:08:38 GMT
2003-11-04 02:08:38 GMT
In answering a SciPy question on c.l.py, I noticed that there's a bug in the PPF of the F-distribution. from scipy.stats.distributions import f x1 = 4.26 Fx1 = f.cdf(x1, 2, 9) x2 = f.ppf(Fx1, 2, 9) x3 = f.ppf(1.0-Fx1, 2, 9) # x1 is not even close to x2 # but x3 is -- -- Robert Kern kern <at> ugcs.caltech.edu "In the fields of Hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter
.
But before this could happen I have a couple of questions
(sorry, the text below is long, but I wanted to be explicit
RSS Feed