public class BoundedDouble
extends Object
Constructor and Description |
---|
BoundedDouble(double mean,
double confidence,
double low,
double high) |
Modifier and Type | Method and Description |
---|---|
double |
confidence() |
double |
high() |
double |
low() |
double |
mean() |
String |
toString() |