logDet.fun {DALSM} | R Documentation |
Log-determinant of a positive-definite matrix
logDet.fun(x)
x |
positive definite matrix. |
log of det(x).
Philippe Lambert p.lambert@uliege.be
Lambert, P. (2021). Fast Bayesian inference using Laplace approximations in nonparametric double additive location-scale models with right- and interval-censored data. Computational Statistics and Data Analysis, 161: 107250. <doi:10.1016/j.csda.2021.107250>
A = matrix(1:4,ncol=2)
logDet.fun(A)