|
MathCorrelationSpearman
Calculates the Spearman's correlation coefficient.
Version for working with arrays of real values:
bool MathCorrelationSpearman(
|
Version for working with arrays of integer values:
bool MathCorrelationSpearman(
|
Parameters
array1[]
[in] The first array of values.
array2[]
[in] The second array of values.
r
[out] Variable to store the correlation coefficient.
Return Value
Returns true if successful, otherwise false.