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
7
BranchTab
*
get_brlen
(
const
void
*network,
long
nreps,
int
doSing,
8
double
min_brlen, gsl_rng *rng);
9
#endif
get_brlen
BranchTab * get_brlen(const void *network, long nreps, int doSing, double min_brlen, gsl_rng *rng)
Estimate branch lengths.
Definition:
patprob.c:82
BranchTab
Definition:
branchtab.c:20
Generated on Fri Mar 17 2023 17:45:47 for Legofit by
1.9.4