Spearman correlation is an alternative to the Pearsons correlation and correlates based on the ranking of the series values.
This WikipediA link provides a good explanation of how this statical function analyzes information.
| Syntax: | 
|---|
| SpearmanCorrelation( series1, series2, bars ) | 
| Parameter: | Description: | 
|---|---|
| series1 | Name of first data series | 
| series2 | Name of second data series | 
| bars | Number of bars over which to find the correlation. | 
| Returns: | 
|---|
| The correlation over the specified number of bars. | 
| Example: | 
|---|
| 
 | 
| Links: | 
|---|
| 
 | 
| See Also: | 
|---|
| 
 | 
| Edit Time: 3/21/2022 11:46:23 AM | Topic ID#: 574 |