SRRC¶
- SRRC(inputSample, outputSample, normalize=False)¶
Correlation evaluation based on the Standard Rank Regression Coefficient.
Similar as SRC evaluated on the ranked samples.
- Parameters
- sample12-d sequence of float
First sample, of dimension .
- sample22-d sequence of float
Second sample, of dimension = 1.
- normalizebool
if True, coefficients sum to one. Otherwise it includes noise variance Default value is false.
- Returns
- coef
Point
The SRRC evaluated between the sample2 and each coordinate of the sample1 (based on the rank value).
- coef
See also
CorrelationAnalysis.SpearmanCorrelation
,CorrelationAnalysis.PRCC
CorrelationAnalysis.SRC