libsequence  1.9.5
lHaf.hpp
1 #ifndef __SEQUENCE_SUMMSTATS_LHAP_HPP__
2 #define __SEQUENCE_SUMMSTATS_LHAP_HPP__
3 
4 #include <Sequence/SimData.hpp>
5 
6 namespace Sequence
7 {
8  /*
9  ! doi:10.1371/journal.pgen.1005527.g001
10  \ingroup popgenanalysis
11  */
12  std::vector<double> lHaf( const SimData & data, const double l );
13 }
14 
15 
16 #endif
The namespace in which this library resides.
Declaration of Sequence::SimData, a class representing polymorphism data from coalescent simulations ...