getMaxCov {pulsar} | R Documentation |
Max value of cov
Description
Get the maximum [absolute] value of a covariance matrix.
Usage
getMaxCov(x, cov = isSymmetric(x), abs = TRUE, diag = FALSE)
Arguments
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 |
Details
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.
See Also
[Package pulsar version 0.3.11 Index]