![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <unit_e_metric.hpp>
Public Member Functions | |
| unit_e_metric (M &m, std::ostream *e) | |
| ~unit_e_metric () | |
| double | T (unit_e_point &z) |
| double | tau (unit_e_point &z) |
| double | phi (unit_e_point &z) |
| const Eigen::VectorXd | dtau_dq (unit_e_point &z) |
| const Eigen::VectorXd | dtau_dp (unit_e_point &z) |
| const Eigen::VectorXd | dphi_dq (unit_e_point &z) |
| void | sample_p (unit_e_point &z, BaseRNG &rng) |
Public Member Functions inherited from stan::mcmc::base_hamiltonian< M, unit_e_point, BaseRNG > | |
| base_hamiltonian (M &m, std::ostream *e) | |
| ~base_hamiltonian () | |
| double | V (unit_e_point &z) |
| double | H (unit_e_point &z) |
| virtual void | init (unit_e_point &z) |
| virtual void | update (unit_e_point &z) |
Additional Inherited Members | |
Protected Member Functions inherited from stan::mcmc::base_hamiltonian< M, unit_e_point, BaseRNG > | |
| void | write_error_msg_ (std::ostream *error_msgs, const std::exception &e) |
Protected Attributes inherited from stan::mcmc::base_hamiltonian< M, unit_e_point, BaseRNG > | |
| M & | model_ |
| std::ostream * | err_stream_ |
Definition at line 16 of file unit_e_metric.hpp.
|
inline |
Definition at line 20 of file unit_e_metric.hpp.
|
inline |
Definition at line 22 of file unit_e_metric.hpp.
|
inlinevirtual |
Implements stan::mcmc::base_hamiltonian< M, unit_e_point, BaseRNG >.
Definition at line 39 of file unit_e_metric.hpp.
|
inlinevirtual |
Implements stan::mcmc::base_hamiltonian< M, unit_e_point, BaseRNG >.
Definition at line 35 of file unit_e_metric.hpp.
|
inlinevirtual |
Implements stan::mcmc::base_hamiltonian< M, unit_e_point, BaseRNG >.
Definition at line 31 of file unit_e_metric.hpp.
|
inlinevirtual |
Implements stan::mcmc::base_hamiltonian< M, unit_e_point, BaseRNG >.
Definition at line 29 of file unit_e_metric.hpp.
|
inlinevirtual |
Implements stan::mcmc::base_hamiltonian< M, unit_e_point, BaseRNG >.
Definition at line 43 of file unit_e_metric.hpp.
|
inlinevirtual |
Implements stan::mcmc::base_hamiltonian< M, unit_e_point, BaseRNG >.
Definition at line 24 of file unit_e_metric.hpp.
|
inlinevirtual |
Implements stan::mcmc::base_hamiltonian< M, unit_e_point, BaseRNG >.
Definition at line 28 of file unit_e_metric.hpp.