# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "rstan" in publications use:' type: software title: 'rstan: R Interface to Stan' version: 2.35.0.9000 identifiers: - type: doi value: 10.32614/CRAN.package.rstan - type: url value: https://discourse.mc-stan.org abstract: 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. authors: - family-names: Guo given-names: Jiqiang email: guojq28@gmail.com - family-names: Gabry given-names: Jonah email: jsg2201@columbia.edu - family-names: Goodrich given-names: Ben email: benjamin.goodrich@columbia.edu - family-names: Johnson given-names: Andrew email: andrew.johnson@arjohnsonau.com - family-names: Weber given-names: Sebastian email: sdw.post@waebers.de - family-names: Badr given-names: Hamada S. email: badr@jhu.edu orcid: https://orcid.org/0000-0002-9808-2344 preferred-citation: type: generic title: 'RStan: the R interface to Stan' authors: - name: Stan Development Team notes: R package version 2.35.0.9000 url: https://mc-stan.org/ repository: https://stan-dev.r-universe.dev repository-code: https://github.com/stan-dev/rstan/issues/ commit: 596e95eaa3e68e83b88ccfdfedd5571a650ea2de url: https://mc-stan.org/rstan/ contact: - family-names: Goodrich given-names: Ben email: benjamin.goodrich@columbia.edu