Skip to content

stan-dev/cmdstan

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

696f847 · Mar 21, 2016
Mar 17, 2016
Feb 4, 2015
Dec 16, 2015
Mar 21, 2016
Feb 18, 2016
Oct 13, 2014
Mar 21, 2016
Dec 1, 2015
Feb 18, 2014
Oct 14, 2015
Dec 15, 2015
Jan 20, 2015
Jul 13, 2015

Repository files navigation

Stan Logo

CmdStan

CmdStan is the command line interface to Stan, a C++ package providing

  • full Bayesian inference using the No-U-Turn sampler (NUTS), a variant of Hamiltonian Monte Carlo (HMC),
  • approximate Bayesian inference using automatic differentiation variational inference (ADVI),
  • penalized maximum likelihood estimation (MLE) using L-BFGS optimization,
  • a full first- and higher-order automatic differentiation library based on C++ template overloads, and
  • a supporting fully-templated matrix, linear algebra, and probability special function library.

Home Page

Stan's home page, with links to everything you'll need to use Stan is:

http://mc-stan.org/

Interfaces

There are separate repositories here on GitHub for interfaces:

  • RStan (R interface)
  • PyStan (Python interface)
  • CmdStan (command-line/shell interface)

Source Repository

CmdStan's source-code repository is hosted here on GitHub.

Licensing

The core Stan C++ code and CmdStan are licensed under new BSD.

Installation

  1. Download the latest release tarball (use the "green" link) from: CmdStan releases
  2. Unpack the tarball.
  3. From the folder, type make for a quick tutorial on how to build models.

Installation using git

See Getting Started with CmdStan for instructions how to clone both CmdStan and Stan submodule.