[SciPy-dev] RFR: Proposed fixes in scipy.stats functions for calculation of variance/error/etc.

Ariel Rokem arokem at berkeley.edu
Sun Oct 25 22:50:49 EDT 2009


Hi everyone,

I have been working on some fixes to the functions in scipy.stats
which calculate variance/error and related quantities. In particular,
in order to comply with the deprecation warnings that appear in use of
scipy.stats.samplevar/scipy.stats.samplestd, I have replaced use of
these functions with calls to np.std/np.var. I have also cleaned up
the documentation a bit.

This can all be found here: http://codereview.appspot.com/141051

Cheers,

Ariel
-- 
Ariel Rokem
Helen Wills Neuroscience Institute
University of California, Berkeley
http://argentum.ucbso.berkeley.edu/ariel



More information about the SciPy-Dev mailing list