Compute covariance values
# S4 method for vclMatrix,missing,missing,missing
cov(x, y = NULL, use = NULL, method = "pearson")# S4 method for vclMatrix,vclMatrix,missing,missing
cov(x, y = NULL, use = NULL, method = "pearson")
# S4 method for vclMatrix,missing,missing,character
cov(x, y = NULL, use = NULL, method = "pearson")
# S4 method for vclMatrix,vclMatrix,missing,character
cov(x, y = NULL, use = NULL, method = "pearson")
# S4 method for gpuMatrix,missing,missing,missing
cov(x, y = NULL, use = NULL, method = "pearson")
# S4 method for gpuMatrix,gpuMatrix,missing,missing
cov(x, y = NULL, use = NULL, method = "pearson")
# S4 method for gpuMatrix,missing,missing,character
cov(x, y = NULL, use = NULL, method = "pearson")
# S4 method for gpuMatrix,gpuMatrix,missing,character
cov(x, y = NULL, use = NULL, method = "pearson")
A gpuMatrix/vclMatrix containing the symmetric covariance values.
A gpuR object
A gpuR object
Not used
Character string indicating with covariance to be computed.
Charles Determan Jr.