1 #ifndef GENESIS_PLACEMENT_FUNCTION_MASSES_H_ 2 #define GENESIS_PLACEMENT_FUNCTION_MASSES_H_ 134 #endif // include guard std::vector< double > placement_mass_per_edge_without_multiplicities(Sample const &sample)
Return a vector that contains the sum of the masses of the PqueryPlacements per edge of the tree of t...
std::vector< double > placement_mass_per_edges_with_multiplicities(Sample const &sample)
Return a vector that contains the sum of the masses of the PqueryPlacements per edge of the tree of t...
double total_placement_mass_without_multiplicities(Sample const &smp)
Get the summed mass of all PqueryPlacements in all Pqueries of the given Sample, where mass is measu...
Container namespace for all symbols of genesis in order to keep them separate when used as a library...
double total_multiplicity(Pquery const &pqry)
Return the sum of all multiplicities of the Pquery.
double total_placement_mass_with_multiplicities(Sample const &smp)
Get the mass of all PqueryPlacements of the Sample, using the multiplicities as factors.