Stan  2.10.0
probability, sampling & optimization
Namespaces | Variables
stan Namespace Reference

Probability, optimization and sampling library. More...

Namespaces

 gm
 Directed graphical model compiler.
 
 interface_callbacks
 
 io
 Input/output utilities.
 
 json
 
 lang
 
 math
 Matrices and templated mathematical functions.
 
 mcmc
 Markov chain Monte Carlo samplers.
 
 model
 For compiling models.
 
 optimization
 
 services
 
 variational
 

Variables

const std::string MAJOR_VERSION = STAN_STRING(STAN_MAJOR)
 Major version number for Stan package. More...
 
const std::string MINOR_VERSION = STAN_STRING(STAN_MINOR)
 Minor version number for Stan package. More...
 
const std::string PATCH_VERSION = STAN_STRING(STAN_PATCH)
 Patch version for Stan package. More...
 

Detailed Description

Probability, optimization and sampling library.

Variable Documentation

const std::string stan::MAJOR_VERSION = STAN_STRING(STAN_MAJOR)

Major version number for Stan package.

Definition at line 21 of file version.hpp.

const std::string stan::MINOR_VERSION = STAN_STRING(STAN_MINOR)

Minor version number for Stan package.

Definition at line 24 of file version.hpp.

const std::string stan::PATCH_VERSION = STAN_STRING(STAN_PATCH)

Patch version for Stan package.

Definition at line 27 of file version.hpp.


     [ Stan Home Page ] © 2011–2016, Stan Development Team.