gdeterminant | R Documentation |
Generalized determinant = product of non-zero eigenvalues (see e.g., Wood 2017). Used for (log)determinant of penalty matrices, required in log-likelihood function.
gdeterminant(x, eps = 1e-10, log = TRUE)
x |
Numeric matrix |
eps |
Threshold below which eigenvalues are ignored (default: 1e-10) |
log |
Logical: should the log-determinant be returned? |
Generalized determinant of input matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.