flavour
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Proposal Class Reference

A class containing the parameters of a proposal for the next step in the Markov Chain. More...

#include <MCMC.h>

Collaboration diagram for Proposal:

Public Member Functions

 Proposal (const Model *m)
 
void findPeaks (uint ns=1, int max=0)
 
void getProposal ()
 
void getNextPoint ()
 

Public Attributes

const Modelmodel
 
vector< PeakvPeak
 
Peak floatPeak
 
Peak proposal
 
double total
 

Detailed Description

A class containing the parameters of a proposal for the next step in the Markov Chain.

Definition at line 162 of file MCMC.h.

Constructor & Destructor Documentation

Proposal::Proposal ( const Model m)
inline

Definition at line 165 of file MCMC.h.

Member Function Documentation

void Proposal::findPeaks ( uint  ns = 1,
int  max = 0 
)
inline

Definition at line 167 of file MCMC.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void Proposal::getNextPoint ( )
inline

Definition at line 210 of file MCMC.h.

Here is the caller graph for this function:

void Proposal::getProposal ( )
inline

Definition at line 200 of file MCMC.h.

Member Data Documentation

Peak Proposal::floatPeak

Definition at line 223 of file MCMC.h.

const Model* Proposal::model

Definition at line 220 of file MCMC.h.

Peak Proposal::proposal

Definition at line 223 of file MCMC.h.

double Proposal::total

Definition at line 224 of file MCMC.h.

vector<Peak> Proposal::vPeak

Definition at line 222 of file MCMC.h.


The documentation for this class was generated from the following file: