#include <genesis/utils/math/statistics.hpp>
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 |
double q0 = 0.0 |
Definition at line 129 of file statistics.hpp.
double q1 = 0.0 |
Definition at line 130 of file statistics.hpp.
double q2 = 0.0 |
Definition at line 131 of file statistics.hpp.
double q3 = 0.0 |
Definition at line 132 of file statistics.hpp.
double q4 = 0.0 |
Definition at line 133 of file statistics.hpp.