[Python-Dev] Accumulation module
Thomas Heller
theller at python.net
Tue Jan 13 15:17:01 EST 2004
"Raymond Hettinger" <raymond.hettinger at verizon.net> writes:
> * Is there a way to compute the standard deviation without multiple
> passes over the data (one to compute the mean and a second to sum the
> squares of the differences from the mean?
Yes ;-). I would look it up in my HP-11C pocket calculator manual, if I
had it with me. But I'm also sure someone has it in his head.
Thomas
More information about the Python-Dev
mailing list