eXpress “1.5”
|
The RoundParams struct stores the target parameters unique to a given round (iteration) of EM. More...
#include <targets.h>
Public Member Functions | |
RoundParams () | |
RoundParams constructor sets initial values for parameters. | |
Public Attributes | |
double | mass |
A public double that stores the (logged) assigned mass based on observed fragment mapping probabilities. | |
double | ambig_mass |
A public double that stores the (logged) assigned ambiguous mass based on observed fragment mapping probabilities. | |
double | tot_ambig_mass |
A public double that stores the (logged) total mass of ambiguous fragments mapping to the target. | |
double | mass_var |
A public double that stores the (logged) variance due to uncertainty on p. | |
double | var_sum |
A public double that stores the (logged) weighted sum of the variance on the assignments. | |
boost::shared_ptr < HaplotypeHandler > | haplotype |
The RoundParams struct stores the target parameters unique to a given round (iteration) of EM.