PCC¶
- PCC(inputSample, outputSample)¶
Correlation evaluation based on the Partial Correlation Coefficient.
Refer to Uncertainty ranking: PCC.
- Parameters
- sample12-d sequence of float
First sample, of dimension .
- sample22-d sequence of float
Second sample, of dimension = 1.
- Returns
- coef
Point
The PCC coefficients evaluated between the sample2 and each coordinate of sample1.
- coef
See also
CorrelationAnalysis.PearsonCorrelation
,CorrelationAnalysis.SRC
CorrelationAnalysis.PRCC