Go to the source code of this file.
Typedefs | |
typedef std::vector < std::vector< double > > | matrix |
Functions | |
std::vector< double > | get_random_probabilities (pCafeTree pcafe, int rootFamilysize, int trials) |
matrix | conditional_distribution (pCafeTree pcafe, int range_start, int range_end, int num_trials) |
matrix | cafe_conditional_distribution (pCafeTree pTree, family_size_range *range, int numthreads, int num_random_samples) |
typedef std::vector<std::vector<double> > matrix |
matrix cafe_conditional_distribution | ( | pCafeTree | pTree, |
family_size_range * | range, | ||
int | numthreads, | ||
int | num_random_samples | ||
) |
std::vector<double> get_random_probabilities | ( | pCafeTree | pcafe, |
int | rootFamilysize, | ||
int | trials | ||
) |