-
Related to issues #42 and #166
In inla.mesh.2d, the spherical or global models are (currently) supported by supplying 3D coordinates (inla.mesh.2d(loc = ...)), resulting in a S2 mesh. My understa…
-
On a basic level, INLA is a scarier algorithm than MCMC. This is because an INLA user has one fewer tool to check correctness. With MCMC, you can jack up the sample count really high to check converge…
-
I've started looking at how we could make mesh specification more flexible, and possibly provide some guidance so that people are using meshes that provide a good approximation of a Matern GRF. I've s…
-
-
Hessian test is constructed to avoid problems when the INLA solver stack in negative eigenvalues, to avoid it we can work on the length iteration steps. The test can be implemented through a `while` t…
-
### Before
_No response_
### After
_No response_
### Context for the issue:
cc: @bwengals @athowes @junpenglao
previous closed LA/INLA issues: https://github.com/pymc-devs/pymc/pull/4847 and …
-
As a starting point the standard packages API can be used to get check status for the `r-release` for the various platforms: https://r-multiverse.r-universe.dev/api/packages?fields=_linuxdevel,_winbin…
-
Is there any possibility to implement the Blended GEV distribution derived by Castro-Camilo and coauthors?
> Castro-Camilo, D., Huser, R., & Rue, H. (2021). Practical strategies for GEV-based regre…
-
**fdmr::model_builder crashes when building a Gaussian model**
> fdmr::model_builder(spatial_data = nepal_data, measurement_data = nepal_data, mesh = mesh, time_variable = "cyear")
Warning: Cann…
-
From case study zero of the old abn-homepage.
# MRE
The for-loop comparing INLA, internal C laplace and glm results, shows an over/underflow warning originating from laplace calculations in `nod…