libsequence  1.9.5
thetaw.hpp
Go to the documentation of this file.
1 #ifndef SEQUENCE_SUMMSTATS_THETAW_HPP__
4 #define SEQUENCE_SUMMSTATS_THETAW_HPP__
5 
6 #include <Sequence/AlleleCountMatrix.hpp>
7 
8 namespace Sequence
9 {
22  double thetaw(const AlleleCountMatrix& ac);
23 } // namespace Sequence
24 
25 #endif
The namespace in which this library resides.
double thetaw(const AlleleCountMatrix &ac)
Watterson&#39;s theta.
Definition: thetaw.cc:9