1 #ifndef PVALUE_H_B9D3D490_57EB_4E47_8057_0F8D7098FAA4
2 #define PVALUE_H_B9D3D490_57EB_4E47_8057_0F8D7098FAA4
21 static std::vector<std::vector<double> >
matrix;
static void reset(pCafeTree pTree, family_size_range *range, int numthreads, int num_random_samples)
Definition: pvalue.cpp:122
void print_pvalues(std::ostream &ost, pCafeTree pcafe, int max, int num_random_samples, pBirthDeathCacheArray cache)
Definition: pvalue.cpp:46
void cafe_tree_p_values(pCafeTree pcafe, std::vector< double > &pvalues, std::vector< std::vector< double > > &pconddist, int cdlen)
Definition: pvalue.cpp:135
void read_pvalues(std::istream &ist, int count)
Definition: pvalue.cpp:80
void write_pvalues(std::ostream &ost, pArrayList values, int count)
Definition: pvalue.cpp:63
struct chooseln_cache cache
A cache of values of chooseln.
Definition: birthdeath.c:32
static pArrayList to_arraylist()
Definition: pvalue.cpp:127
A cache of values of family size transition probabilities.
Definition: birthdeath.h:39
void check_cache_and_compute_likelihoods(pCafeTree pTree, int max, pBirthDeathCacheArray cache)
Definition: pvalue.cpp:16
Structure representing a matrix of values of family sizes.
Definition: family.h:88
void pvalues_for_family(pCafeTree pTree, pCafeFamily family, family_size_range *range, int numthreads, int num_random_samples, int index)
Definition: pvalue.cpp:95
static std::vector< std::vector< double > > matrix
Definition: pvalue.h:21