|
flavour
|
A class containing the parameters of a proposal for the next step in the Markov Chain. More...
#include <MCMC.h>

Public Member Functions | |
| Proposal (const Model *m) | |
| void | findPeaks (uint ns=1, int max=0) |
| void | getProposal () |
| void | getNextPoint () |
Public Attributes | |
| const Model * | model |
| vector< Peak > | vPeak |
| Peak | floatPeak |
| Peak | proposal |
| double | total |
A class containing the parameters of a proposal for the next step in the Markov Chain.
|
inline |
Definition at line 167 of file MCMC.h.
References parameters::area(), Peak::findPeak(), Peak::llmax, Peak::lmax, and Peak::pr.
Referenced by main().


|
inline |
Definition at line 210 of file MCMC.h.
Referenced by main().

|
inline |
Definition at line 200 of file MCMC.h.