Referring to the answer here https://stats.stackexchange.com/a/66617
It is written that $\rho_s(X_1,X_2) = \rho(F_1(X_1),F_2(X_2))$
My Questions are :-
- Is that forumla correct? Because I am not able to find it in other resources.
- If it is correct, then how does it relate with the formula given in the wikipedia, $\rho_s(X_1,X_2) = \rho(rank(X_1),rank(X_2))$.
- In general how to find the spearman's correlation coefficient "theoretically", i.e without any observed sample. To be specific let : $ \begin{pmatrix}X_{1}\\ X_{2}\\ \end{pmatrix} \sim \mathcal{N} \begin{bmatrix} \begin{pmatrix} 0\\ 0\\ \end{pmatrix}\!\!,& \begin{pmatrix} 1 & \rho\\ \rho & 1 \end{pmatrix} \end{bmatrix} $
How to compute the Spearman's Correlation Coefficient between $X_1$ and $X_2$?