SignedSRC¶
- SignedSRC(inputSample, outputSample)¶
Correlation evaluation based on the Signed Standard Rank Regression Coefficient.
It takes into account the linear coefficient sign.
- Parameters
- sample12-d sequence of float
First sample, of dimension .
- sample22-d sequence of float
Second sample, of dimension = 1.
- Returns
- coef
Point
The SRC evaluated between the sample2 and each coordinate of the sample1 (based on the rank value).
- coef
See also
CorrelationAnalysis.SpearmanCorrelation
,CorrelationAnalysis.PRCC
CorrelationAnalysis.SRC
,CorrelationAnalysis.SRRC