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 cool-RR
Recipients cool-RR, rhettinger, steven.daprano
Date 2016-06-03.06:00:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464933658.74.0.28153021882.issue27181@psf.upfronthosting.co.za>
In-reply-to
Content
To complicate things further...

I implemented a geometric mean on my own, and then I figured out what I really want is a *weighted* geometric mean, so I implemented that for myself. If you'd want to include that, that'll be cool. Actually I'm not sure if the goal of the `statistics` module is to be comprehensive or minimal. I'm hoping it's meant to be comprehensive. But then I'd guess there would be a lot of things you'd want to add except my little feature.
History
Date User Action Args
2016-06-03 06:00:58cool-RRsetrecipients: + cool-RR, rhettinger, steven.daprano
2016-06-03 06:00:58cool-RRsetmessageid: <1464933658.74.0.28153021882.issue27181@psf.upfronthosting.co.za>
2016-06-03 06:00:58cool-RRlinkissue27181 messages
2016-06-03 06:00:58cool-RRcreate