![]() |
Stan
1.0
probability, sampling & optimization
|
#include <ctime>#include <cstddef>#include <vector>#include <boost/random/mersenne_twister.hpp>#include <boost/random/normal_distribution.hpp>#include <boost/random/uniform_01.hpp>#include <boost/random/variate_generator.hpp>#include <stan/model/prob_grad.hpp>#include <stan/mcmc/sampler.hpp>#include <stan/mcmc/adaptive_sampler.hpp>#include <stan/mcmc/util.hpp>#include <stan/math/util.hpp>Go to the source code of this file.
Classes | |
| class | stan::mcmc::hmc |
| Hamiltonian Monte Carlo (HMC) sampler. More... | |
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::mcmc | |
| Markov chain Monte Carlo samplers. | |