cov,vclMatrix,missing,missing,missing-method {gpuR} | R Documentation |
Covariance (gpuR)
Description
Compute covariance values
Usage
## 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.
[Package gpuR version 2.0.6 Index]