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

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Jun 15 23:53:04 EDT 2010


Author: warren.weckesser
Date: 2010-06-15 22:53:04 -0500 (Tue, 15 Jun 2010)
New Revision: 6503

Modified:
   trunk/scipy/stats/stats.py
Log:
Fix some typos.

Modified: trunk/scipy/stats/stats.py
===================================================================
--- trunk/scipy/stats/stats.py	2010-06-16 03:08:54 UTC (rev 6502)
+++ trunk/scipy/stats/stats.py	2010-06-16 03:53:04 UTC (rev 6503)
@@ -2,9 +2,9 @@
 #
 # Disclaimer
 #
-# This software is provided "as-is".  There are no exprgoessed or implied
+# This software is provided "as-is".  There are no expressed or implied
 # warranties of any kind, including, but not limited to, the warranties
-# of merchantability and fittness for a given application.  In no event
+# of merchantability and fitness for a given application.  In no event
 # shall Gary Strangman be liable for any direct, indirect, incidental,
 # special, exemplary or consequential damages (including, but not limited
 # to, loss of use, data or profits, or business interruption) however
@@ -125,7 +125,7 @@
 [CRCProbStat2000]_
 
 .. [CRCProbStat2000] Zwillinger, D. and Kokoska, S. (2000). CRC Standard
-   Probablity and Statistics Tables and Formulae. Chapman & Hall: New
+   Probability and Statistics Tables and Formulae. Chapman & Hall: New
    York. 2000.
 
 """
@@ -194,7 +194,7 @@
 import warnings
 import math
 
-#friedmanchisquare patch uses python sum
+# friedmanchisquare patch uses python sum
 pysum = sum  # save it before it gets overwritten
 
 # Scipy imports.
@@ -531,7 +531,7 @@
     [CRCProbStat2000]_ Section 2.2.6
 
     .. [CRCProbStat2000] Zwillinger, D. and Kokoska, S. (2000). CRC Standard
-       Probablity and Statistics Tables and Formulae. Chapman & Hall: New
+       Probability and Statistics Tables and Formulae. Chapman & Hall: New
        York. 2000.
 
     """
@@ -921,7 +921,7 @@
     [CRCProbStat2000]_ Section 2.2.20
 
     .. [CRCProbStat2000] Zwillinger, D. and Kokoska, S. (2000). CRC Standard
-       Probablity and Statistics Tables and Formulae. Chapman & Hall: New
+       Probability and Statistics Tables and Formulae. Chapman & Hall: New
        York. 2000.
 
     """
@@ -959,7 +959,7 @@
     [CRCProbStat2000]_ Section 2.2.24.1
 
     .. [CRCProbStat2000] Zwillinger, D. and Kokoska, S. (2000). CRC Standard
-       Probablity and Statistics Tables and Formulae. Chapman & Hall: New
+       Probability and Statistics Tables and Formulae. Chapman & Hall: New
        York. 2000.
 
     """
@@ -1017,7 +1017,7 @@
     [CRCProbStat2000]_ Section  2.2.25
 
     .. [CRCProbStat2000] Zwillinger, D. and Kokoska, S. (2000). CRC Standard
-       Probablity and Statistics Tables and Formulae. Chapman & Hall: New
+       Probability and Statistics Tables and Formulae. Chapman & Hall: New
        York. 2000.
 
     """
@@ -2161,7 +2161,7 @@
     [CRCProbStat2000]_ Section  14.7
 
     .. [CRCProbStat2000] Zwillinger, D. and Kokoska, S. (2000). CRC Standard
-       Probablity and Statistics Tables and Formulae. Chapman & Hall: New
+       Probability and Statistics Tables and Formulae. Chapman & Hall: New
        York. 2000.
 
     Examples
@@ -2862,7 +2862,7 @@
     k-1-p. If the parameters are estimated in a different way, then then
     the dof can be between k-1-p and k-1. However, it is also possible that
     the asymptotic distributions is not a chisquare, in which case this
-    test is notappropriate.
+    test is not appropriate.
 
     References
     ----------
@@ -3190,7 +3190,7 @@
     Notes
     -----
     Due to the assumption that the test statistic has a chi squared
-    distribution, the p-vale is only reliable for n > 10 and more than
+    distribution, the p-value is only reliable for n > 10 and more than
     6 repeated measurements.
 
     References




More information about the Scipy-svn mailing list