1: \begin{abstract}
2: This is a short description and basic introduction to the Integrated nested
3: Laplace approximations (INLA) approach. INLA is a deterministic
4: paradigm for Bayesian inference in latent Gaussian models (LGMs) introduced in \citet{rue2009}. %It provides an alternative to the MCMC approach, which is the classical inferential tool for Bayesian modeling.
5: INLA relies on a combination of analytical approximations and
6: efficient numerical integration schemes to achieve highly accurate
7: deterministic approximations to posterior quantities of interest. The
8: main benefit of using INLA instead of Markov chain Monte Carlo (MCMC)
9: techniques for LGMs is computational; INLA is fast even for large,
10: complex models. Moreover, being a deterministic algorithm, INLA does
11: not suffer from slow convergence and poor mixing. INLA is implemented
12: in the R package {\tt R-INLA}, which represents a user-friendly and
13: versatile tool for doing Bayesian inference. {\tt R-INLA} returns posterior
14: marginals for all model parameters and the corresponding posterior summary
15: information. Model choice criteria as well as predictive diagnostics
16: are directly available. Here, we outline the theory behind INLA,
17: present the {\tt R-INLA} package and describe new developments of
18: combining INLA with MCMC for models that are not possible to fit with {\tt
19: R-INLA}.
20: \end{abstract}
21: