Expand description
This module contains methods to link Models with Datasets via a Manager::evaluate
method. This module also holds a ExtendedLogLikelihood struct which holds two Managers
and, as the name suggests, calculates an extended log-likelihood using a very basic method over
data and (accepted) Monte-Carlo.
Structsยง
- Extended
LogLikelihood - The
ExtendedLogLikelihoodstores twoManagers, one for data and one for a Monte-Carlo dataset used for acceptance correction. These should probably have the sameManagerin practice, but this is left to the user. - Manager
- The
Managerstruct links aModelto aDatasetand provides methods to manipulate theModeland evaluate it over theDataset.