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 mark.dickinson
Recipients cool-RR, mark.dickinson, rhettinger, steven.daprano
Date 2016-06-09.12:55:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465476929.98.0.30108888839.issue27181@psf.upfronthosting.co.za>
In-reply-to
Content
> Hmm, well, I don't have SciPy installed, but I've found that despite 
> their (well-deserved) reputation, numpy (and presumably scipy) often 
> have rather naive algorithms that can lose accuracy rather 
> spectacularly.

Agreed. And as Ram Rachum hinted, there seems little point aiming to duplicate things that already exist in the de facto standard scientific libraries. So I think there's a place for a non-naive carefully computed geometric mean in the std. lib. statistics module, but I wouldn't see the point of simply adding an exp-mean-log implementation (not that anyone is advocating that).
History
Date User Action Args
2016-06-09 12:55:30mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, steven.daprano, cool-RR
2016-06-09 12:55:29mark.dickinsonsetmessageid: <1465476929.98.0.30108888839.issue27181@psf.upfronthosting.co.za>
2016-06-09 12:55:29mark.dickinsonlinkissue27181 messages
2016-06-09 12:55:29mark.dickinsoncreate