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

Method min

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

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.

()

Source from the content-addressed store, hash-verified

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

Callers 1

invCdfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected