Module rustitude_core::manager
source · 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§
- 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.