Ready implementation of multivariate Spearman rank correlation

十年热恋 提交于 2021-01-28 00:31:19

问题


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?


回答1:


There is one in scipy.




回答2:


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.



来源:https://stackoverflow.com/questions/2264609/ready-implementation-of-multivariate-spearman-rank-correlation

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