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

A class containing the parameters of a maximum of the likelihood function. More...

#include <MCMC.h>

Collaboration diagram for Peak:

Public Member Functions

 Peak (const Model *m, int maxx=0)
 
void findPeak ()
 
bool adjuststeps ()
 

Public Attributes

const Modelmodel
 
parameters pr
 
double lmax
 
double llmax
 
double area
 
double larea
 
bool max
 

Detailed Description

A class containing the parameters of a maximum of the likelihood function.

Definition at line 11 of file MCMC.h.

Constructor & Destructor Documentation

Peak::Peak ( const Model m,
int  maxx = 0 
)
inline

Definition at line 13 of file MCMC.h.

Member Function Documentation

bool Peak::adjuststeps ( )
inline

Definition at line 136 of file MCMC.h.

Here is the call graph for this function:

void Peak::findPeak ( )
inline

Definition at line 17 of file MCMC.h.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

double Peak::area

Definition at line 156 of file MCMC.h.

double Peak::larea

Definition at line 157 of file MCMC.h.

double Peak::llmax

Definition at line 155 of file MCMC.h.

double Peak::lmax

Definition at line 155 of file MCMC.h.

bool Peak::max

Definition at line 158 of file MCMC.h.

const Model* Peak::model

Definition at line 153 of file MCMC.h.

parameters Peak::pr

Definition at line 154 of file MCMC.h.


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