We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensemble weighting requires to compute stats (mean, std, quantiles) on weighted arrays. There is only partial support for this in numpy and xarray.
The text was updated successfully, but these errors were encountered:
Reference implementation: https://www.statsmodels.org/dev/generated/statsmodels.stats.weightstats.DescrStatsW.html
https://github.com/statsmodels/statsmodels/blob/master/statsmodels/stats/weightstats.py
pydata/xarray#2922
Sorry, something went wrong.
Status:
Closing this issue here since it's not out of our hands.
cjauvin
No branches or pull requests
Ensemble weighting requires to compute stats (mean, std, quantiles) on weighted arrays. There is only partial support for this in numpy and xarray.
The text was updated successfully, but these errors were encountered: