![]() |
Stan
2.14.0
probability, sampling & optimization
|
Hamiltonian Monte Carlo implementation that uniformly samples from trajectories with a static integration time with a Gaussian-Euclidean disintegration and dense metric. More...
#include <dense_e_static_uniform.hpp>
Additional Inherited Members | |
Protected Member Functions inherited from stan::mcmc::base_static_uniform< Model, dense_e_metric, expl_leapfrog, BaseRNG > | |
| void | update_L_ () |
Protected Attributes inherited from stan::mcmc::base_static_uniform< Model, dense_e_metric, expl_leapfrog, BaseRNG > | |
| double | T_ |
| int | L_ |
| double | energy_ |
Protected Attributes inherited from stan::mcmc::base_hmc< Model, dense_e_metric, expl_leapfrog, BaseRNG > | |
| dense_e_metric< Model, BaseRNG >::PointType | z_ |
| expl_leapfrog< dense_e_metric< Model, BaseRNG > > | integrator_ |
| dense_e_metric< Model, BaseRNG > | hamiltonian_ |
| BaseRNG & | rand_int_ |
| boost::uniform_01< BaseRNG &> | rand_uniform_ |
| double | nom_epsilon_ |
| double | epsilon_ |
| double | epsilon_jitter_ |
Hamiltonian Monte Carlo implementation that uniformly samples from trajectories with a static integration time with a Gaussian-Euclidean disintegration and dense metric.
Definition at line 17 of file dense_e_static_uniform.hpp.
|
inline |
Definition at line 21 of file dense_e_static_uniform.hpp.