myPearson {segmenTier} | R Documentation |
Incremental calculation of the Pearson correlation coefficient between
two vectors for calculation within Rcpp functions
clusterCor_c
.
myPearson(x, y)
x |
numeric vector |
y |
numeric vector |
Simply calculates Pearson's product-moment correlation
between vectors x
and y
.