rthpearson: Parallel Pearson Product Moment Correlation

Description Usage Arguments Value Examples

View source: R/rthpearson.R

Description

Computes Pearson Product Moment Correlation

Usage

1

Arguments

x

a numeric vector

y

a numeric vector

nthreads

An optional argument for specifying the number of threads (in the case of OpenMP or TBB backends) that the routine should (at most) use. Does nothing with a CUDA backend. See nthreads.

Value

The Pearson Moment Correlation

Examples

1
2
3
4
5
6
## Not run: 
 x <- c(44.4, 45.9, 41.9, 53.3, 44.7, 44.1, 50.7, 45.2, 60.1)
 y <- c( 2.6,  3.1,  2.5,  5.0,  3.6,  4.0,  5.2,  2.8,  3.8)
 rthpearson(x, y)

## End(Not run)

matloff/Rth documentation built on May 21, 2019, 12:55 p.m.