cov,vclMatrix,missing,missing,missing-method | R Documentation |
Compute covariance values
## 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")
x |
A gpuR object |
y |
A gpuR object |
use |
Not used |
method |
Character string indicating with covariance to be computed. |
A gpuMatrix/vclMatrix containing the symmetric covariance values.
Charles Determan Jr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.