User-facing R functions are provided to parse, compile, test,
estimate, and analyze Stan models by accessing the header-only Stan library
provided by the 'StanHeaders' package. The Stan project develops a
probabilistic programming language that implements full Bayesian statistical
inference via Markov Chain Monte Carlo, rough Bayesian inference via variational
approximation, and (optionally penalized) maximum likelihood estimation via
optimization. In all three cases, automatic differentiation is used to quickly
and accurately evaluate gradients without burdening the user with the need
to derive the partial derivatives.
Version: |
2.11.1 |
Depends: |
R (≥ 3.0.2), ggplot2 (≥ 2.0.0), StanHeaders (≥ 2.11.0) |
Imports: |
methods, stats4, inline, gridExtra (≥ 2.0.0), Rcpp (≥
0.12.0) |
LinkingTo: |
Rcpp (≥ 0.12.0), RcppEigen, BH (≥ 1.60), StanHeaders (≥
2.11.0) |
Suggests: |
RUnit, RcppEigen, BH (≥ 1.60), parallel, KernSmooth, RCurl, loo (≥ 0.1.6), shinystan (≥ 2.1.0), rstudioapi, Matrix, knitr |
Published: |
2016-07-29 |
Author: |
Jiqiang Guo [aut],
Jonah Gabry [aut],
Ben Goodrich [cre, aut],
Daniel Lee [ctb],
Krzysztof Sakrejda [ctb],
Trustees of Columbia University [cph],
Oleg Sklyar [cph] (R/cxxfunplus.R),
The R Core Team [cph] (R/pairs.R),
Jens Oehlschlaegel-Akiyoshi [cph] (R/pairs.R),
Hadley Wickham [cph] (R/rtools.R),
Joel de Guzman [cph] (Boost),
John Fletcher [cph] (Boost),
Thomas Heller [cph] (Boost),
Eric Niebler [cph] (Boost) |
Maintainer: |
Ben Goodrich <benjamin.goodrich at columbia.edu> |
BugReports: |
https://github.com/stan-dev/rstan/issues/ |
License: |
GPL (≥ 3) |
URL: |
https://groups.google.com/forum/#!forum/stan-users,
http://mc-stan.org |
NeedsCompilation: |
yes |
Citation: |
rstan citation info |
Materials: |
NEWS |
In views: |
Bayesian |
CRAN checks: |
rstan results |