Package: StanHeaders 2.35.0.9000
StanHeaders: C++ Header Files for Stan
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.
Authors:
StanHeaders_2.35.0.9000.tar.gz
StanHeaders_2.35.0.9000.zip(r-4.5)StanHeaders_2.35.0.9000.zip(r-4.4)StanHeaders_2.35.0.9000.zip(r-4.3)
StanHeaders_2.35.0.9000.tgz(r-4.4-x86_64)StanHeaders_2.35.0.9000.tgz(r-4.4-arm64)StanHeaders_2.35.0.9000.tgz(r-4.3-x86_64)StanHeaders_2.35.0.9000.tgz(r-4.3-arm64)
StanHeaders_2.35.0.9000.tar.gz(r-4.5-noble)StanHeaders_2.35.0.9000.tar.gz(r-4.4-noble)
StanHeaders_2.35.0.9000.tgz(r-4.4-emscripten)StanHeaders_2.35.0.9000.tgz(r-4.3-emscripten)
StanHeaders.pdf |StanHeaders.html✨
StanHeaders/json (API)
# Install 'StanHeaders' in R: |
install.packages('StanHeaders', repos = c('https://stan-dev.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/stan-dev/rstan/issues
bayesian-data-analysisbayesian-inferencebayesian-statisticsmcmcstan
Last updated 3 hours agofrom:7dd184d422 (on experimental). Checks:OK: 1 NOTE: 5 WARNING: 3. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win-x86_64 | WARNING | Nov 22 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 22 2024 |
R-4.4-win-x86_64 | WARNING | Nov 22 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 22 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 22 2024 |
R-4.3-win-x86_64 | WARNING | Nov 22 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 22 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 22 2024 |
Exports:stanFunction
Dependencies:RcppRcppEigenRcppParallel
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Compilation flags for StanHeaders | CxxFlags LdFlags |
Compile and Call a Stan Math Function | stanFunction |