CorrelationAnalysis_PearsonCorrelation

CorrelationAnalysis_PearsonCorrelation(inputSample, outputSample)

Correlation evaluation based on the Pearson correlation coefficient.

Refer to Pearson correlation coefficient.

Parameters
sample12-d sequence of float

First sample

sample22-d sequence of float

Second sample, of dimension = 1.

Returns
coefPoint

The Pearson coefficients evaluated between the sample2 and each coordinate of sample1.