vg
tools for working with variation graphs
Public Attributes | List of all members
vg::SummaryStatistics Struct Reference

#include <statistics.hpp>

Public Attributes

double mean
 
double median
 
double stdev
 
double mode
 
size_t number_of_values
 
double max_value
 
size_t count_of_max
 

Member Data Documentation

◆ count_of_max

size_t vg::SummaryStatistics::count_of_max

◆ max_value

double vg::SummaryStatistics::max_value

◆ mean

double vg::SummaryStatistics::mean

◆ median

double vg::SummaryStatistics::median

◆ mode

double vg::SummaryStatistics::mode

◆ number_of_values

size_t vg::SummaryStatistics::number_of_values

◆ stdev

double vg::SummaryStatistics::stdev

The documentation for this struct was generated from the following file: