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

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

Detailed Description

Store the values of quartiles: q0 == min, q1 == 25%, q2 == 50%, q3 == 75%, q4 == max.

Definition at line 127 of file statistics.hpp.

Public Attributes

double q0 = 0.0
 
double q1 = 0.0
 
double q2 = 0.0
 
double q3 = 0.0
 
double q4 = 0.0
 

Member Data Documentation

◆ q0

double q0 = 0.0

Definition at line 129 of file statistics.hpp.

◆ q1

double q1 = 0.0

Definition at line 130 of file statistics.hpp.

◆ q2

double q2 = 0.0

Definition at line 131 of file statistics.hpp.

◆ q3

double q3 = 0.0

Definition at line 132 of file statistics.hpp.

◆ q4

double q4 = 0.0

Definition at line 133 of file statistics.hpp.


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