开发者

Ready implementation of multivariate Spearman rank correlation

开发者 https://www.devze.com 2022-12-20 08:33 出处:网络
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?There is one in scipy.If now

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?


There is one in scipy.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消