eXpress “1.5”

RoundParams Struct Reference

The RoundParams struct stores the target parameters unique to a given round (iteration) of EM. More...

#include <targets.h>

List of all members.

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

Detailed Description

The RoundParams struct stores the target parameters unique to a given round (iteration) of EM.

Author:
Adam Roberts
Date:
2012 Artistic License 2.0

Definition at line 40 of file targets.h.


The documentation for this struct was generated from the following file:
 All Classes Functions Variables