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

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Oct 19 09:31:18 EDT 2010


Author: warren.weckesser
Date: 2010-10-19 08:31:17 -0500 (Tue, 19 Oct 2010)
New Revision: 6847

Modified:
   trunk/scipy/stats/distributions.py
Log:
BUG: stats: Fix typo in dlaplace extradoc.

Modified: trunk/scipy/stats/distributions.py
===================================================================
--- trunk/scipy/stats/distributions.py	2010-10-19 13:08:47 UTC (rev 6846)
+++ trunk/scipy/stats/distributions.py	2010-10-19 13:31:17 UTC (rev 6847)
@@ -6075,7 +6075,7 @@
 
 Discrete Laplacian distribution.
 
-dlapacle.pmf(k,a) = tanh(a/2) * exp(-a*abs(k))
+dlaplace.pmf(k,a) = tanh(a/2) * exp(-a*abs(k))
 for a > 0.
 """
                         )




More information about the Scipy-svn mailing list