SRC¶
- SRC(inputSample, outputSample, normalize=False)¶
Correlation evaluation based on the Standard Regression Coefficient.
Refer to Uncertainty ranking: SRC.
- 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 SRC evaluated between the sample2 and each coordinate of the sample1.
- coef
See also
CorrelationAnalysis.PearsonCorrelation
,CorrelationAnalysis.PCC
CorrelationAnalysis.SRRC