Stan  1.0
probability, sampling & optimization
mcmc.hpp
Go to the documentation of this file.
1 #ifndef STAN_MCMC_HPP
2 #define STAN_MCMC_HPP
3 
8 #include "stan/mcmc/hmc.hpp"
9 #include "stan/mcmc/nuts.hpp"
10 #include "stan/mcmc/sampler.hpp"
11 #include "stan/mcmc/util.hpp"
12 
13 #endif

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