SpearmanRhoCorrelation#
synthesized.insight.metrics.SpearmanRhoCorrelation
- class SpearmanRhoCorrelation(max_p_value=1.0)#
Spearman’s rank correlation coefficient between ordinal variables.
The statistic ranges from -1 to 1, measures the strength and direction of monotonic relationship between two ranked (ordinal) variables.
- Parameters
max_p_value (float, optional) – Returns None if p-value from test is above this threshold.
Methods
Attributes
name
tags