gpt4 book ai didi

python - seaborn distplot 的权重选项?

转载 作者:太空狗 更新时间:2023-10-29 18:07:40 27 4
gpt4 key购买 nike

我想在 seaborn distplot 中有一个权重选项,类似于 numpy 直方图中的选项。如果没有此选项,唯一的替代方法是将权重应用于输入数组,这可能会导致大小(和时间)不切实际。

最佳答案

您可以通过使用 hist_kws 参数将权重传递给底层 matplotlib 的直方图函数来提供权重,如:

sns.distplot(..., hist_kws={'weights': your weights array}, ...)

但请注意,权重只会传递给底层直方图; kde 和 distplot 的拟合函数都不会受到影响。

关于python - seaborn distplot 的权重选项?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31703149/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com