Question

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?

Was it helpful?

Solution

There is one in scipy.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top