| Modifier and Type | Method and Description |
|---|---|
static BoxPlot |
BoxPlots.create(double minimum,
double lowerQuantile,
double median,
double upperQuantile,
double maximum)
Creates a new
BoxPlot |
static BoxPlot |
BoxPlots.create(double minimum,
double lowerQuantile,
double median,
double upperQuantile,
double maximum,
double mean)
Creates a new
BoxPlot |
static BoxPlot |
BoxPlots.create(java.util.stream.DoubleStream stream)
Creates a new
BoxPlot from the given stream of
double values |
| Modifier and Type | Method and Description |
|---|---|
void |
BoxPlotPainter.paint(java.awt.Graphics2D g,
java.awt.geom.AffineTransform worldToScreen,
double w,
double h,
BoxPlot boxPlot) |
| Modifier and Type | Method and Description |
|---|---|
static double |
BoxPlots.computeMax(java.lang.Iterable<? extends BoxPlot> boxPlots)
Compute the maximum of the given
BoxPlots. |
static double |
BoxPlots.computeMin(java.lang.Iterable<? extends BoxPlot> boxPlots)
Compute the minimum of the given
BoxPlots. |
static double |
BoxPlots.getMax(double optionalMax,
java.util.Collection<? extends BoxPlot> boxPlots)
If the given optional value is not NaN, then it will be returned.
|
static double |
BoxPlots.getMin(double optionalMin,
java.util.Collection<? extends BoxPlot> boxPlots)
If the given optional value is not NaN, then it will be returned.
|
Copyright © 2019. All Rights Reserved.