#include <statistics.h>
Public Member Functions | |
| BoxPlot (const type &, const type &, const type &, const type &, const type &) | |
| void | set (const type &, const type &, const type &, const type &, const type &) |
Public Attributes | |
| type | minimum = type(0) |
| type | first_quartile = type(0) |
| type | median = type(0) |
| type | third_quartile = type(0) |
| type | maximum = type(0) |
BoxPlot is a visual aid to study the distributions of data_set variables. This structure contains the essentials for making box_plots and obtained the data generated by the box_plot :
Definition at line 110 of file statistics.h.
|
inlineexplicit |
Definition at line 124 of file statistics.h.
|
explicit |
Definition at line 149 of file statistics.cpp.
|
inlinevirtual |
Definition at line 130 of file statistics.h.
| void set | ( | const type & | new_minimum, |
| const type & | new_first_cuartile, | ||
| const type & | new_median, | ||
| const type & | new_third_quartile, | ||
| const type & | new_maximum | ||
| ) |
Definition at line 163 of file statistics.cpp.
| type first_quartile = type(0) |
Definition at line 114 of file statistics.h.
| type maximum = type(0) |
Definition at line 120 of file statistics.h.
| type median = type(0) |
Definition at line 116 of file statistics.h.
| type minimum = type(0) |
Definition at line 112 of file statistics.h.
| type third_quartile = type(0) |
Definition at line 118 of file statistics.h.