CAFE
Computational Analysis of gene Family Evolution
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
conditional_distribution.h File Reference
#include <vector>
#include "cafe.h"
#include <family.h>

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 Documentation

typedef std::vector<std::vector<double> > matrix

Function Documentation

matrix cafe_conditional_distribution ( pCafeTree  pTree,
family_size_range range,
int  numthreads,
int  num_random_samples 
)
matrix conditional_distribution ( pCafeTree  pcafe,
int  range_start,
int  range_end,
int  num_trials 
)
std::vector<double> get_random_probabilities ( pCafeTree  pcafe,
int  rootFamilysize,
int  trials 
)