var::QR
Struct to contain the quartile range. More...
#include "others.hpp"
Public Attributes
Name | |
---|---|
D | LQ Lower quartile. |
D | Q1 Q1 (25%) |
D | Q2 Q2 (50%) |
D | Q3 Q3 (75%) |
D | UQ Upper quartile. |
Detailed Description
template <typename D >
struct var::QR;
Struct to contain the quartile range.
Public Attributes Documentation
variable LQ
D LQ;
Lower quartile.
variable Q1
D Q1;
Q1 (25%)
variable Q2
D Q2;
Q2 (50%)
variable Q3
D Q3;
Q3 (75%)
variable UQ
D UQ;
Upper quartile.
Updated on 4 September 2022 at 18:30:41 EEST