Used to represent a state in a Markov Chain. More...
#include <mcmctypes.hpp>
Public Attributes | |
| Eigen::VectorXd | sample |
| The actual sample that the state represents. | |
| double | energy |
| The energy (negative log likelihood) of the state. | |
| double | beta |
| The inverse temperature of the chain when this state was recorded. | |
| bool | accepted |
| Whether this state was an accepted proposal state or a copy of the previous state. | |
| SwapType | swapType |
| The type of swap that occurred when this state was recorded. | |
Used to represent a state in a Markov Chain.