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 oscarbenjamin
Recipients gregory.p.smith, ncoghlan, oscarbenjamin, remi.lapeyre, rhettinger, steven.daprano, wolma
Date 2019-01-20.21:17:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAHVvXxQQBaH2FKrSoc+=aoCS7+VjhWU+J11jpRKWzqvw6Z8z-w@mail.gmail.com>
In-reply-to <CAHVvXxQFLpafZ+u5uyw-mN3OK=zfV7Y_CcgB9prOsrTDHZadcA@mail.gmail.com>
Content
Sorry, sent too soon...

> Matlab doesn't support even weighted mean as far as I can tell. There
> is wmean on the matlab file exchange:
https://stackoverflow.com/a/36464881/9450991

This is a separate function `wmean(data, weights)`. It has to be a
separate function though because it's third party code so the author
couldn't change the main mean function.

R ships with a weighted.mean function but I think for standard
deviation you need third party libs.

A quick survey but the main impression I get is that providing API for
this is not that common. The only good-looking API is the statsmodel
one.
History
Date User Action Args
2019-01-20 21:17:12oscarbenjaminsetrecipients: + oscarbenjamin, rhettinger, gregory.p.smith, ncoghlan, steven.daprano, wolma, remi.lapeyre
2019-01-20 21:17:11oscarbenjaminlinkissue20479 messages
2019-01-20 21:17:10oscarbenjamincreate