|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
Sample for box-and-whisker plot (boxplot) visualization. More...
#include <qwt_samples.h>
Public Member Functions | |
| QwtBoxSample (double position=0.0) | |
| Default constructor. | |
| QwtBoxSample (double position, double whiskerLower, double q1, double median, double q3, double whiskerUpper) | |
| Full constructor with all statistical values. | |
| bool | isValid () const |
| Check if sample has valid ordering. | |
| QwtInterval | boundingInterval () const |
| Get bounding interval including whiskers. | |
| QwtInterval | boxInterval () const |
| Get box body interval (Q1 to Q3) | |
Public Member Functions inherited from QwtStatisticalSample | |
| QwtStatisticalSample (double position=0.0) | |
| Default constructor. | |
Public Attributes | |
| double | whiskerLower |
| Lower whisker endpoint. | |
| double | q1 |
| First quartile (25th percentile) | |
| double | median |
| Median (50th percentile) - also stored in inherited 'center' field. | |
| double | q3 |
| Third quartile (75th percentile) | |
| double | whiskerUpper |
| Upper whisker endpoint. | |
| int | outlierCount |
| Number of outliers (stored separately, this is count only) | |
Public Attributes inherited from QwtStatisticalSample | |
| double | position |
| Position on the "time" axis (x for vertical, y for horizontal orientation) | |
| double | lower |
| Lower bound of the statistical range. | |
| double | upper |
| Upper bound of the statistical range. | |
| double | center |
| Central reference value. | |
Sample for box-and-whisker plot (boxplot) visualization.
|
inline |
Default constructor.
|
inline |
Full constructor with all statistical values.
|
inline |
Get bounding interval including whiskers.
|
inline |
Get box body interval (Q1 to Q3)
|
inline |
Check if sample has valid ordering.