32 int main(
int argc,
char *argv[])
37 std::ios_base::sync_with_stdio(
true);
40 while( (rv = d.fromfile(stdin)) != EOF )
43 cout <<P.NumPoly() <<
'\t' 45 << P.ThetaPi() <<
'\t' 47 << P.TajimasD() <<
'\t' 50 << P.FuLiDStar() <<
'\t' 51 << P.FuLiFStar() << endl;
Sequence::SimParams reads in the parameters of Dick Hudon's coalescent simulation program...
Parameters for Hudson's simulation program.
The namespace in which this library resides.
declaration of Sequence::PolySIM, a class to analyze coalescent simulation data
Declaration of Sequence::SimData, a class representing polymorphism data from coalescent simulations ...
Data from coalescent simulations.
Analysis of coalescent simulation data.