The maximum value for which the #pdf(double) is meant to return a value. Note that Double#POSITIVE_INFINITY is a valid return value. @return the maximum value for which the #pdf(double) is meant to return a value.
()
| 177 | * return a value. |
| 178 | */ |
| 179 | abstract public double max(); |
| 180 | |
| 181 | /** |
| 182 | * This method returns a double array containing the values of random samples from this distribution. |