[Scipy-svn] r5601 - trunk/scipy/stats

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Feb 26 15:49:06 EST 2009


Author: josef
Date: 2009-02-26 14:49:04 -0600 (Thu, 26 Feb 2009)
New Revision: 5601

Modified:
   trunk/scipy/stats/distributions.py
Log:
correction to 5599 

Modified: trunk/scipy/stats/distributions.py
===================================================================
--- trunk/scipy/stats/distributions.py	2009-02-26 20:24:09 UTC (rev 5600)
+++ trunk/scipy/stats/distributions.py	2009-02-26 20:49:04 UTC (rev 5601)
@@ -1533,8 +1533,6 @@
         return exp(-x)
     def _isf(self,q):
         return -log(q)
-    def _ppf(self, q):
-        return -log(1.0-q)
     def _stats(self):
         return 1.0, 1.0, 2.0, 6.0
     def _entropy(self):




More information about the Scipy-svn mailing list