Confidence Interval for a Seaborn Boxplot

这一生的挚爱 提交于 2019-12-25 10:06:05

问题


I see that I can set a specific confidence interval on a seaboard point plot https://stanford.edu/~mwaskom/software/seaborn/generated/seaborn.pointplot.html however, for the 'notch' attribute on the seaboard box plot there seems to be no flexibility for the user to Specify the CI. Is there a way to do this? What is the confidence level of the default seaborn box plot notch?


回答1:


seaborn relies on boxplot provided by matplotlib - see docs. The default is 95%, but here's an example how to customize.



来源:https://stackoverflow.com/questions/36988428/confidence-interval-for-a-seaborn-boxplot

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!