nimble

From MaRDI portal
Revision as of 21:33, 5 March 2024 by Import240305080343 (talk | contribs) (Created automatically from import240305080343)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Software:31100



swMATH19270CRANnimbleMaRDI QIDQ31100

MCMC, Particle Filtering, and Programmable Hierarchical Modeling

Duncan Temple Lang, Claudia Wehrhahn Cortes, Perry de Valpine, Cliff Anderson-Bergman, Joshua Hug, Wei Zhang, Paul van Dam-Bates, Christopher Paciorek, Fritz Obermeyer, Abel Rodríguez, Nick Michaud, Daniel Turek, Sally Paganin

Last update: 31 January 2024

Copyright license: GNU General Public License, version 3.0, GNU General Public License, version 2.0, 3-clause BSD License, File License

Software version identifier: 0.13.1, 0.13.2, 1.0.0, 0.5, 0.6-1, 0.6-2, 0.6-3, 0.6-4, 0.6-5, 0.6-6, 0.6-7, 0.6-8, 0.6-9, 0.6-10, 0.6-11, 0.6-12, 0.6.13, 0.6, 0.7.0.1, 0.7.0, 0.7.1, 0.8.0, 0.9.0, 0.9.1, 0.10.0, 0.10.1, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.12.2, 0.13.0, 1.0.1, 1.1.0



A system for writing hierarchical statistical models largely compatible with 'BUGS' and 'JAGS', writing nimbleFunctions to operate models and do basic R-style math, and compiling both models and nimbleFunctions via custom-generated C++. 'NIMBLE' includes default methods for MCMC, Laplace Approximation, Monte Carlo Expectation Maximization, and some other tools. The nimbleFunction system makes it easy to do things like implement new MCMC samplers from R, customize the assignment of samplers to different parts of a model from R, and compile the new samplers automatically via C++ alongside the samplers 'NIMBLE' provides. 'NIMBLE' extends the 'BUGS'/'JAGS' language by making it extensible: New distributions and functions can be added, including as calls to external compiled code. Although most people think of MCMC as the main goal of the 'BUGS'/'JAGS' language for writing models, one can use 'NIMBLE' for writing arbitrary other kinds of model-generic algorithms as well. A full User Manual is available at <https://r-nimble.org>.