Closed huard closed 2 years ago
Ensemble weighting requires to compute stats (mean, std, quantiles) on weighted arrays. There is only partial support for this in numpy and xarray.
Reference implementation: https://www.statsmodels.org/dev/generated/statsmodels.stats.weightstats.DescrStatsW.html
https://github.com/statsmodels/statsmodels/blob/master/statsmodels/stats/weightstats.py
https://github.com/pydata/xarray/pull/2922
Status:
Closing this issue here since it's not out of our hands.
Ensemble weighting requires to compute stats (mean, std, quantiles) on weighted arrays. There is only partial support for this in numpy and xarray.