多元斯皮尔曼等级相关的现成实施

发布于 2024-08-21 17:52:27 字数 70 浏览 5 评论 0原文

我正在寻找一种方法来计算 Spearman 等级相关性 $\rho$ 的多元版本。有没有我可以使用的现成 Python 实现?

I'm looking for a way to calculate multivariate version of Spearman rank correlation $\rho$. Are there any ready to use Python implementation I can use?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

千鲤 2024-08-28 17:52:27

scipy 中有一个。

There is one in scipy.

千秋岁 2024-08-28 17:52:27

如果现在或将来您想要访问一些高级统计包,还可以考虑在需要时通过 RPy2

然后你可以使用诸如 this 之类的包来计算 Spearman

If now or in the future you will want access to some advanced statistical packages, also consider calling R libraries from Python when needed via the RPy2.

And then you can compute spearman using a package such as this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文