libsequence  1.9.5
garud.hpp
Go to the documentation of this file.
1 #ifndef SEQUENCE_SUMMSTATS_GARUD_HPP
4 #define SEQUENCE_SUMMSTATS_GARUD_HPP
5 
6 #include <Sequence/VariantMatrix.hpp>
7 
8 namespace Sequence
9 {
10  struct GarudStats
16  {
17  double H1,H12,H2H1;
18  GarudStats();
19  GarudStats(const double, const double, const double);
20  };
21 
29 }
30 
31 #endif
GarudStats garud_statistics(const VariantMatrix &m)
Calculate H1, H12, and H2/H1.
Definition: garud.cc:26
The namespace in which this library resides.
Matrix representation of variation data.