StanHeaders

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

Software:27474



swMATH15586CRANStanHeadersMaRDI QIDQ27474

C++ Header Files for Stan

Jonah Gabry, Hamada S. Badr, Brian Lau, Rob Goedman, Peter Li, Bob Carpenter, Marcus Brubaker, Dustin Tran, Michael Malecki, Jiqiang Guo, Matt Hoffman, Rob Trangucci, Michael Betancourt, Ben Goodrich, Alp Kucukelbir, Mitzi Morris, Marco Inacio, Robert Grant, Allen Riddell, Andrew Gelman, Jeffrey Arnold, Yuanjun Gao, Daniel Lee

Last update: 10 January 2024

Software version identifier: 2.21.0-7, 2.26.25, 2.26.26, 2.6.0-10, 2.7.0, 2.8.0, 2.9.0, 2.10.0-2, 2.10.0, 2.11.0, 2.12.0-1, 2.12.0, 2.13.1, 2.14.0-1, 2.14.0, 2.15.0-1, 2.16.0-1, 2.17.1, 2.17.2, 2.18.0-1, 2.18.0, 2.18.1-10, 2.18.1, 2.19.0, 2.19.2, 2.21.0-1, 2.21.0-3, 2.21.0-5, 2.21.0-6, 2.26.26, 2.26.27, 2.26.28, 2.32.5

Source code repository: https://github.com/cran/StanHeaders

Copyright license: 3-clause BSD License, File License

The C++ header files of the Stan project are provided by this package, but it contains little R code or documentation. The main reference is the vignette. There is a shared object containing part of the 'CVODES' library, but its functionality is not accessible from R. 'StanHeaders' is primarily useful for developers who want to utilize the 'LinkingTo' directive of their package's DESCRIPTION file to build on the Stan library without incurring unnecessary dependencies. The Stan project develops a probabilistic programming language that implements full or approximate Bayesian statistical inference via Markov Chain Monte Carlo or 'variational' methods and implements (optionally penalized) maximum likelihood estimation via optimization. The Stan library includes an advanced automatic differentiation scheme, 'templated' statistical and linear algebra functions that can handle the automatically 'differentiable' scalar types (and doubles, 'ints', etc.), and a parser for the Stan language. The 'rstan' package provides user-facing R functions to parse, compile, test, estimate, and analyze Stan models.