MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / max

Method max

JSAT/src/jsat/distributions/Distribution.java:179–179  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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.

Callers 1

invCdfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected