![]() |
|
Navigation |
Synopsis Spearman's rank correlation coefficient.
Function
num SpearmansCorrelation(lrel[num x,num y] values)
Usage
import analysis::statistics::Correlation;
Description Compute Spearman's rank correlation coefficient
![]()
Pitfalls Spearman's correlation can only be applied when there is a monotonous dependence between the two variables.
Use PearsonsCorrelation when there is a linear dependence between the variables.
![]() |