public static final class Distribution.Range extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
add(double value)
Put a new value into the Range.
|
static Distribution.Range |
create()
Construct a new, empty
Range. |
double |
getMax()
The maximum of the population values.
|
double |
getMin()
The minimum of the population values.
|
public static final Distribution.Range create()
Range.public double getMin()
public double getMax()
public void add(double value)
value - the new value