myPearson: Pearson product-moment correlation coefficient

Description Usage Arguments Details

View source: R/RcppExports.R

Description

Incremental calculation of the Pearson correlation coefficient between two vectors for calculation within Rcpp functions clusterCor_c.

Usage

1
myPearson(x, y)

Arguments

x

numeric vector

y

numeric vector

Details

Simply calculates Pearson's product-moment correlation between vectors x and y.


segmenTier documentation built on May 2, 2019, 2:49 p.m.