StanHeaders

From MaRDI portal
Software:27474



swMATH15586CRANStanHeadersMaRDI QIDQ27474

C++ Header Files for Stan

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

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.