Uses of Class
io.bhagat.math.statistics.Distribution.InvalidInputException
-
Packages that use Distribution.InvalidInputException Package Description io.bhagat.math.statistics A package for storing statistics related math -
-
Uses of Distribution.InvalidInputException in io.bhagat.math.statistics
Methods in io.bhagat.math.statistics that throw Distribution.InvalidInputException Modifier and Type Method Description abstract doubleDistribution. probability(E x)finds the probability that a number x is returneddoubleNormalDistribution. probability(java.lang.Double x)finds the probability that a number x is returned
-