libsequence  1.9.5
thetal.hpp
Go to the documentation of this file.
1 #ifndef SEQUENCE_SUMMSTATS_THETAL_HPP__
4 #define SEQUENCE_SUMMSTATS_THETAL_HPP__
5 
6 #include <vector>
7 #include <Sequence/AlleleCountMatrix.hpp>
8 
9 namespace Sequence
10 {
19  double thetal(const AlleleCountMatrix& ac, const std::int8_t refstate);
20 
29  double thetal(const AlleleCountMatrix& m,
30  const std::vector<std::int8_t>& refstates);
31 } // namespace Sequence
32 
33 #endif
double thetal(const AlleleCountMatrix &ac, const std::int8_t refstate)
Zeng et al. .
The namespace in which this library resides.