Open tbenthompson opened 2 years ago
This vignette explains how R-INLA computes multi-dimensional marginals. It also discusses the skew-normal correction for multivariate normal problems as developed in their 2015 paper. https://inla.r-inla-download.org/r-inla.org/doc/vignettes/jmarginal.pdf
The basic improved skew-normal approximation is great, but there are a few dimensions in which it might be improvable:
Numerical differentiation could have some advantages in some circumstances:
Raw CUDA Berry INLA implementation I really really don't think we should do this for all our fast code since it's going to be a lot of extra work, but I think doing it once will give us a sense of what is achievable and provide a useful reference point for what is achievable. If it's 10x faster or 10x slower than the current JAX implementation, that is good information to keep in mind.
Things that I'd like to record as potentially useful thoughts or links but that aren't currently tasks that we should actually work on.
This could also be a source of good student or intern projects since they're exciting, self-contained and could be useful.