CorrelationAnalysis_SRC

CorrelationAnalysis_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 n \geq 1.

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
coefPoint

The SRC evaluated between the sample2 and each coordinate of the sample1.