|
statcpp
C++17 Header-Only Statistics Library
|
Quartile result. More...
#include <order_statistics.hpp>
Public Attributes | |
| double | q1 |
| First quartile (25th percentile) | |
| double | q2 |
| Second quartile (median, 50th percentile) | |
| double | q3 |
| Third quartile (75th percentile) | |
Quartile result.
Definition at line 30 of file order_statistics.hpp.
| double statcpp::quartile_result::q1 |
First quartile (25th percentile)
Definition at line 31 of file order_statistics.hpp.
| double statcpp::quartile_result::q2 |
Second quartile (median, 50th percentile)
Definition at line 32 of file order_statistics.hpp.
| double statcpp::quartile_result::q3 |
Third quartile (75th percentile)
Definition at line 33 of file order_statistics.hpp.