statcpp
C++17 Header-Only Statistics Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
statcpp::quartile_result Struct Reference

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)
 

Detailed Description

Quartile result.

Definition at line 30 of file order_statistics.hpp.

Member Data Documentation

◆ q1

double statcpp::quartile_result::q1

First quartile (25th percentile)

Definition at line 31 of file order_statistics.hpp.

◆ q2

double statcpp::quartile_result::q2

Second quartile (median, 50th percentile)

Definition at line 32 of file order_statistics.hpp.

◆ q3

double statcpp::quartile_result::q3

Third quartile (75th percentile)

Definition at line 33 of file order_statistics.hpp.


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