Stan  2.10.0
probability, sampling & optimization
unit_e_static_uniform.hpp
Go to the documentation of this file.
1 #ifndef STAN_MCMC_HMC_STATIC_UNIFORM_UNIT_E_STATIC_UNIFORM_HPP
2 #define STAN_MCMC_HMC_STATIC_UNIFORM_UNIT_E_STATIC_UNIFORM_HPP
3 
8 
9 namespace stan {
10  namespace mcmc {
16  template <typename Model, class BaseRNG>
18  : public base_static_uniform<Model, unit_e_metric,
19  expl_leapfrog, BaseRNG> {
20  public:
21  unit_e_static_uniform(const Model& model, BaseRNG& rng):
23  expl_leapfrog, BaseRNG>(model, rng) {
24  }
25  };
26  } // mcmc
27 } // stan
28 
29 #endif
Hamiltonian Monte Carlo implementation that uniformly samples from trajectories with a static integra...
Probability, optimization and sampling library.
unit_e_static_uniform(const Model &model, BaseRNG &rng)
Hamiltonian Monte Carlo implementation that uniformly samples from trajectories with a static integra...

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