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