![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <stan/interface_callbacks/writer/base_writer.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <stan/math/prim/scal/fun/log_sum_exp.hpp>
#include <stan/mcmc/hmc/base_hmc.hpp>
#include <stan/mcmc/hmc/hamiltonians/ps_point.hpp>
#include <algorithm>
#include <cmath>
#include <limits>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | stan::mcmc::base_nuts< Model, Hamiltonian, Integrator, BaseRNG > |
The No-U-Turn sampler (NUTS) with multinomial sampling. More... | |
Namespaces | |
stan | |
Probability, optimization and sampling library. | |
stan::mcmc | |
Markov chain Monte Carlo samplers. | |