从 sns.kdeplot 获取 x 坐标

问题描述

问题 1. 我正在尝试为我的数据找到 kde 图

我正在尝试使用以下命令

将 seaborn 导入为 sns

ax = sns.kdeplot(students,cumulative = True)

这给出了正确的 kde plot ,但我无法获得 0.8 、 0.9 或任何其他值的 CDF x 坐标。这里出了什么问题?

问题 2. 使用 statmodels - https://www.statsmodels.org/devel/generated/statsmodels.nonparametric.kde.KDEUnivariate.html

上面提到的 cdf 为 - Returns the cumulative distribution function evaluated at the support.

你能告诉我这里的 support 指的是什么吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...