|
flavour
|
A class containing the parameters of a maximum of the likelihood function. More...
#include <MCMC.h>

Public Member Functions | |
| Peak (const Model *m, int maxx=0) | |
| void | findPeak () |
| bool | adjuststeps () |
Public Attributes | |
| const Model * | model |
| parameters | pr |
| double | lmax |
| double | llmax |
| double | area |
| double | larea |
| bool | max |
A class containing the parameters of a maximum of the likelihood function.
|
inline |
Definition at line 13 of file MCMC.h.
|
inline |
Definition at line 136 of file MCMC.h.
References parameters::area().

|
inline |
Definition at line 17 of file MCMC.h.
References parameters::next().
Referenced by Proposal::findPeaks().


| double Peak::llmax |
Definition at line 155 of file MCMC.h.
Referenced by Proposal::findPeaks().
| double Peak::lmax |
Definition at line 155 of file MCMC.h.
Referenced by Proposal::findPeaks(), and main().
| parameters Peak::pr |
Definition at line 154 of file MCMC.h.
Referenced by Proposal::findPeaks(), and main().