[Scipy-svn] r5286 - trunk/doc/source

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Dec 21 17:23:35 EST 2008


Author: josef
Date: 2008-12-21 16:23:31 -0600 (Sun, 21 Dec 2008)
New Revision: 5286

Added:
   trunk/doc/source/stats.mstats.rst
Log:
add function list for stats.mstats; list was autogenerated and not yet sorted or screened for unimportant functions

Added: trunk/doc/source/stats.mstats.rst
===================================================================
--- trunk/doc/source/stats.mstats.rst	2008-12-21 17:33:40 UTC (rev 5285)
+++ trunk/doc/source/stats.mstats.rst	2008-12-21 22:23:31 UTC (rev 5286)
@@ -0,0 +1,82 @@
+.. module:: scipy.stats.mstats
+
+===================================================================
+Statistical functions for masked arrays (:mod:`scipy.stats.mstats`)
+===================================================================
+
+This module contains a large number of statistical functions that can
+be used with masked arrays.
+
+Most of these functions are similar to those in scipy.stats but might
+have small differences in the API or in the algorithm used. Since this
+is a relatively new package, some API changes are still possible.
+
+.. autosummary::
+   :toctree: generated/
+
+
+argstoarray
+betai
+chisquare
+count_tied_groups
+describe
+f_oneway
+f_value_wilks_lambda
+find_repeats
+friedmanchisquare
+gmean
+hmean
+kendalltau
+kendalltau_seasonal
+kruskalwallis
+kruskalwallis
+ks_twosamp
+ks_twosamp
+kurtosis
+kurtosistest
+linregress
+mannwhitneyu
+plotting_positions
+mode
+moment
+mquantiles
+msign
+normaltest
+obrientransform
+pearsonr
+plotting_positions
+pointbiserialr
+rankdata
+samplestd
+samplevar
+scoreatpercentile
+sem
+signaltonoise
+skew
+skewtest
+spearmanr
+std
+stderr
+theilslopes
+threshold
+tmax
+tmean
+tmin
+trim
+trima
+trimboth
+trimmed_stde
+trimr
+trimtail
+tsem
+ttest_onesamp
+ttest_ind
+ttest_onesamp
+ttest_rel
+tvar
+var
+variation
+winsorize
+z
+zmap
+zs




More information about the Scipy-svn mailing list