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

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Feb 21 13:26:07 EST 2008


Author: dhuard
Date: 2008-02-21 12:26:04 -0600 (Thu, 21 Feb 2008)
New Revision: 3953

Modified:
   trunk/scipy/stats/stats.py
Log:
Fix ticket:594 -- docstring for stats.kurtosis

Modified: trunk/scipy/stats/stats.py
===================================================================
--- trunk/scipy/stats/stats.py	2008-02-21 01:57:37 UTC (rev 3952)
+++ trunk/scipy/stats/stats.py	2008-02-21 18:26:04 UTC (rev 3953)
@@ -767,9 +767,10 @@
 
     Returns
     -------
-    The kurtosis of values along an axis, returning 0 where all values are
-    equal.
+    The kurtosis of values along an axis. If all values are equal, return -3 for Fisher's 
+    definition and 0 for Pearson's definition. 
 
+
     References
     ----------
     [CRCProbStat2000] section 2.2.25




More information about the Scipy-svn mailing list