#include <genesis/population/function/diversity_pool_calculator.hpp>
Data struct to collect all diversity statistics computed here.
This is meant as a simple way to obtain all diversity measures at once. See get_result().
The struct stores all results of the diversity metrics, as well as the overall number of positions that were used to compute those: the filter_stats
contains the counts of all SampleCounts::status filters of the samples passed to process().
Definition at line 139 of file diversity_pool_calculator.hpp.
Public Attributes | |
double | tajima_d = std::numeric_limits<double>::quiet_NaN() |
double | theta_pi = std::numeric_limits<double>::quiet_NaN() |
double | theta_watterson = std::numeric_limits<double>::quiet_NaN() |
double tajima_d = std::numeric_limits<double>::quiet_NaN() |
Definition at line 144 of file diversity_pool_calculator.hpp.
double theta_pi = std::numeric_limits<double>::quiet_NaN() |
Definition at line 142 of file diversity_pool_calculator.hpp.
double theta_watterson = std::numeric_limits<double>::quiet_NaN() |
Definition at line 143 of file diversity_pool_calculator.hpp.