Message334102
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. |
|
Date |
User |
Action |
Args |
2019-01-20 21:17:12 | oscarbenjamin | set | recipients:
+ oscarbenjamin, rhettinger, gregory.p.smith, ncoghlan, steven.daprano, wolma, remi.lapeyre |
2019-01-20 21:17:11 | oscarbenjamin | link | issue20479 messages |
2019-01-20 21:17:10 | oscarbenjamin | create | |
|