INLA_DIST
|
Repository to host INLADIST. This code base provides a highly scalable approach to Bayesian spatial-temporal modeling. It relies on the methodology of integrated nested Laplace approximations, in combination with the stochastic partial differential equations approach to provide an efficient framework for performing inference, leveraging sparse representations of the underlying processes. Building upon the INLA-SPDE approach, the main focus of the current implementation is on non-separable spatial-temporal model, derived from a partial differential equation equation. This family of physically inspired models captures the spatial-temporal behavior of the underlying physical process. We tackle the challenge of higher model complexity by developing a solution method which exploits the underlying model sparsity, utilizes parallelism and leverages the strengths of modern compute architectures. Details can be found in Integrated Nested Laplace Approximations for Large-Scale Spatial-Temporal Bayesian Modeling.
main directories which contains the majority of the source code of our method and in particular everything related to the INLA methodology:
other directories:
Detailed documentation of the code can be found here.
The implementation targets linux-based systems. Compile from the respective subfolder you are interested in using the provided makefile
, potentially adapting some of the provided paths. The following additional software libraries or packages are needed:
Calls either the BTA solver or PARDISO, depending on the choice of linear solver.
The BTA solver can be compiled independently from the RGF subdirectory. It has its own makefile
and a mainEigen.C
which can be executed using one the provided run scripts.
Please check the respective subfolders for detailed instructions depending on what you would like to do.