Open torockel opened 2 years ago
Thank you. Interesting observation indeed, but i suspect that this is happening in this case because LTsigma is near-singular (at least practically so).
eigen(LTsigma2var(LTsigma),symmetric=T)
$values
[1] 9.039314e-01 4.506694e-01 1.110223e-16
I believe that the code evaluates for singularity and exits with a Inf. Thanks for this.
Hi everyone,
I observed a strange behavior of
dmvn()
which returnedInf
instead of0
(the expected value):Created on 2022-02-08 by the reprex package (v2.0.1) There is nothing special about the vectors (at least as far as I know). However, even small perturbations (like rounding) lead to the correct result of 0.