The minimum value for which the #pdf(double) is meant to return a value. Note that Double#NEGATIVE_INFINITY is a valid return value. @return the minimum value for which the #pdf(double) is meant to return a value.
()
| 167 | * return a value. |
| 168 | */ |
| 169 | abstract public double min(); |
| 170 | |
| 171 | /** |
| 172 | * The maximum value for which the {@link #pdf(double) } is meant to return |