cov-methods: Covariance (gpuR)

Description Usage Arguments Value Author(s)

Description

Compute covariance values

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## S4 method for signature 'vclMatrix,missing,missing,missing'
cov(x, y = NULL,
  use = NULL, method = "pearson")

## S4 method for signature 'vclMatrix,vclMatrix,missing,missing'
cov(x, y = NULL,
  use = NULL, method = "pearson")

## S4 method for signature 'vclMatrix,missing,missing,character'
cov(x, y = NULL,
  use = NULL, method = "pearson")

## S4 method for signature 'vclMatrix,vclMatrix,missing,character'
cov(x, y = NULL,
  use = NULL, method = "pearson")

## S4 method for signature 'gpuMatrix,missing,missing,missing'
cov(x, y = NULL,
  use = NULL, method = "pearson")

## S4 method for signature 'gpuMatrix,gpuMatrix,missing,missing'
cov(x, y = NULL,
  use = NULL, method = "pearson")

## S4 method for signature 'gpuMatrix,missing,missing,character'
cov(x, y = NULL,
  use = NULL, method = "pearson")

## S4 method for signature 'gpuMatrix,gpuMatrix,missing,character'
cov(x, y = NULL,
  use = NULL, method = "pearson")

Arguments

x

A gpuR object

y

A gpuR object

use

Not used

method

Character string indicating with covariance to be computed.

Value

A gpuMatrix/vclMatrix containing the symmetric covariance values.

Author(s)

Charles Determan Jr.


cdeterman/gpuR documentation built on July 13, 2019, 3:15 a.m.