Abstract class for a model.
More...
#include <model.h>
Abstract class for a model.
Definition at line 361 of file model.h.
| virtual Model::~Model |
( |
| ) |
|
|
inlinevirtual |
| virtual parameters Model::generateparameters |
( |
int |
max = 0 | ) |
const |
|
pure virtual |
| double Model::likelihood |
( |
const parameters & |
p, |
|
|
bool |
check = 1, |
|
|
int |
max = 0 |
|
) |
| const |
|
inline |
calculates the probability of getting all the experimental measures if the model describes the reality
- Parameters
-
| p | vector with the values of the free parameters |
Definition at line 374 of file model.h.
| double Model::loglike |
( |
const parameters & |
p, |
|
|
bool |
check = 1, |
|
|
int |
max = 0 |
|
) |
| const |
|
inline |
| virtual int Model::veto |
( |
const parameters & |
p, |
|
|
int |
max = 0 |
|
) |
| const |
|
inlinevirtual |
The documentation for this class was generated from the following file: