Uses of Class
org.ojalgo.random.Poisson
-
Packages that use Poisson Package Description org.ojalgo.random org.ojalgo.random.process -
-
Uses of Poisson in org.ojalgo.random
Methods in org.ojalgo.random that return Poisson Modifier and Type Method Description static PoissonPoisson. of(double lambda) -
Uses of Poisson in org.ojalgo.random.process
Fields in org.ojalgo.random.process declared as Poisson Modifier and Type Field Description private static PoissonPoissonProcess. GENERATORMethods in org.ojalgo.random.process that return Poisson Modifier and Type Method Description PoissonPoissonProcess. getDistribution(double evaluationPoint)
-