1 #ifndef STAN_MCMC_HMC_NUTS_UNIT_E_NUTS_HPP
2 #define STAN_MCMC_HMC_NUTS_UNIT_E_NUTS_HPP
15 template <
class Model,
class BaseRNG>
18 expl_leapfrog, BaseRNG> {
22 BaseRNG>(model, rng) { }
unit_e_nuts(const Model &model, BaseRNG &rng)
Probability, optimization and sampling library.
The No-U-Turn sampler (NUTS) with multinomial sampling with a Gaussian-Euclidean disintegration and u...
The No-U-Turn sampler (NUTS) with multinomial sampling.