This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients steven.daprano
Date 2013-07-31.08:20:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375258820.22.0.0684222529612.issue18606@psf.upfronthosting.co.za>
In-reply-to
Content
I proposed adding a statistics module to the standard library some time ago, and received some encouragement:

http://mail.python.org/pipermail/python-ideas/2011-September/011524.html

Real life intervened, plus a bad case of over-engineering, but over the last few weeks I have culled my earlier (private) attempt down to manageable size. I would like to propose the attached module for the standard library.

I also have a set of unit-tests for this module. At the moment it covers about 30-40% of the functions in the module, but I should be able to supply unit tests for the remaining functions over the next few days.
History
Date User Action Args
2013-07-31 08:20:21steven.dapranosetrecipients: + steven.daprano
2013-07-31 08:20:20steven.dapranosetmessageid: <1375258820.22.0.0684222529612.issue18606@psf.upfronthosting.co.za>
2013-07-31 08:20:20steven.dapranolinkissue18606 messages
2013-07-31 08:20:19steven.dapranocreate