A library for working with phylogenetic and population genetic data.
v0.27.0
MeanStddevPair Struct Reference

#include <genesis/utils/math/statistics.hpp>

Detailed Description

Store a mean and a standard deviation value.

This notation is simply more readable than the std default of using a pair<T, T> for such types.

Definition at line 117 of file statistics.hpp.

Public Attributes

double mean
 
double stddev
 

Member Data Documentation

◆ mean

double mean

Definition at line 119 of file statistics.hpp.

◆ stddev

double stddev

Definition at line 120 of file statistics.hpp.


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