Five-number summary (minimum, Q1, median, Q3, maximum) used to draw a box plot.
More...
#include <statistics.h>
|
| | BoxPlot (const float=NAN, float=NAN, float=NAN, float=NAN, float=NAN) |
| | Constructs a box plot from minimum, first quartile, median, third quartile, and maximum.
|
| |
| void | set (const float=NAN, float=NAN, float=NAN, float=NAN, float=NAN) |
| | Sets the five statistics in place.
|
| |
Five-number summary (minimum, Q1, median, Q3, maximum) used to draw a box plot.
◆ BoxPlot()
| opennn::BoxPlot::BoxPlot |
( |
const float | = NAN, |
|
|
float | = NAN, |
|
|
float | = NAN, |
|
|
float | = NAN, |
|
|
float | = NAN ) |
Constructs a box plot from minimum, first quartile, median, third quartile, and maximum.
◆ set()
| void opennn::BoxPlot::set |
( |
const float | = NAN, |
|
|
float | = NAN, |
|
|
float | = NAN, |
|
|
float | = NAN, |
|
|
float | = NAN ) |
Sets the five statistics in place.
◆ first_quartile
| float opennn::BoxPlot::first_quartile = NAN |
◆ maximum
| float opennn::BoxPlot::maximum = NAN |
◆ median
| float opennn::BoxPlot::median = NAN |
◆ minimum
| float opennn::BoxPlot::minimum = NAN |
◆ third_quartile
| float opennn::BoxPlot::third_quartile = NAN |