
Jan. 13, 2004
12:21 p.m.
On Tue, Jan 13, 2004, Raymond Hettinger wrote:
I'm working a module with some accumulation/reduction/statistical formulas:
average(iterable): stddev(iterable, sample=False) product(iterable) nlargest(iterable, n=1) nsmallest(iterable, n=1)
The questions that have arisen so far are:
* What to call the module
stats -- Aahz (aahz@pythoncraft.com) <*> http://www.pythoncraft.com/ A: No. Q: Is top-posting okay?