Stan  2.10.0
probability, sampling & optimization
unit_e_nuts.hpp
Go to the documentation of this file.
1 #ifndef STAN_MCMC_HMC_NUTS_UNIT_E_NUTS_HPP
2 #define STAN_MCMC_HMC_NUTS_UNIT_E_NUTS_HPP
3 
8 
9 namespace stan {
10  namespace mcmc {
15  template <class Model, class BaseRNG>
17  : public base_nuts<Model, unit_e_metric,
18  expl_leapfrog, BaseRNG> {
19  public:
20  unit_e_nuts(const Model& model, BaseRNG& rng)
22  BaseRNG>(model, rng) { }
23  };
24 
25  } // mcmc
26 } // stan
27 #endif
unit_e_nuts(const Model &model, BaseRNG &rng)
Definition: unit_e_nuts.hpp:20
Probability, optimization and sampling library.
The No-U-Turn sampler (NUTS) with multinomial sampling with a Gaussian-Euclidean disintegration and u...
Definition: unit_e_nuts.hpp:16
The No-U-Turn sampler (NUTS) with multinomial sampling.
Definition: base_nuts.hpp:22

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