libsequence  1.9.5
thetapi.hpp
Go to the documentation of this file.
1 
4 #ifndef SEQUENCE_SUMMSTATS_THETAPI_HPP__
5 #define SEQUENCE_SUMMSTATS_THETAPI_HPP__
6 
7 #include <Sequence/AlleleCountMatrix.hpp>
8 
9 namespace Sequence
10 {
23  double thetapi(const AlleleCountMatrix& ac);
24 } // namespace Sequence
25 
26 #endif
The namespace in which this library resides.
double thetapi(const AlleleCountMatrix &ac)
Mean pairwise differences.
Definition: thetapi.cc:7