Legofit
infers population history from nucleotide site patterns.
patprob.h
1#ifndef PATPROB_INCLUDED
2# define PATPROB_INCLUDED
3
4#include "typedefs.h"
5#include <gsl/gsl_rng.h>
6
7BranchTab *get_brlen(const void *network, long nreps, int doSing,
8 double min_brlen, gsl_rng *rng);
9#endif
BranchTab * get_brlen(const void *network, long nreps, int doSing, double min_brlen, gsl_rng *rng)
Estimate branch lengths.
Definition: patprob.c:82
Definition: branchtab.c:20