rgCor: GPU implementation of the Pearson Correlation Coefficient

Description Usage Arguments Value Author(s) Examples

Description

GPU implementation of the Pearson Correlation Coefficient

Usage

1
  rgCor(X, Y)

Arguments

X

a numeric matrix.

Y

a numeric matrix.

Value

The correlation matrix.

Author(s)

Roland Boubela

Examples

1
2
3
X <- matrix(runif(16), 4, 4)
Y <- matrix(runif(16), 4, 4)
rgCor(X, Y)

aalfons/robgpu documentation built on May 10, 2019, 2:07 a.m.