mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
pooled_likelihood.h
1 #ifndef _POOLEDLIKELIHOOD_H_
2 #define _POOLEDLIKELIHOOD_H_
3 
4 #include "lnmultinomial.h"
5 #include "data_types/allele.h"
6 #include <math.h>
7 
8 void polymorphicmodel(Allele const &, float_t *);
9 void monomorphicmodel(Allele const &, float_t *);
10 void fixedmorphicmodel(Allele const &, float_t *);
11 
12 #endif
Summary statistics from the allele command.
Definition: allele.h:19