getMaxCov | R Documentation |
Get the maximum [absolute] value of a covariance matrix.
getMaxCov(x, cov = isSymmetric(x), abs = TRUE, diag = FALSE)
x |
A matrix/Matrix of data or covariance |
cov |
Flag if |
abs |
Flag to get max absolute value |
diag |
Flag to include diagonal entries in the max |
This function is useful to determine the theoretical value for lambda_max - for Gaussian data, but may be a useful starting point in the general case as well.
getLamPath
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.