Uses of Interface
org.seamcat.model.distributions.LogNormalDistribution
-
Packages that use LogNormalDistribution Package Description org.seamcat.model.distributions -
-
Uses of LogNormalDistribution in org.seamcat.model.distributions
Methods in org.seamcat.model.distributions that return LogNormalDistribution Modifier and Type Method Description LogNormalDistribution
DistributionFactory. getLogNormalDistribution(double max, double mean, double stdDev)
Methods in org.seamcat.model.distributions with parameters of type LogNormalDistribution Modifier and Type Method Description void
DistributionVisitor. visit(LogNormalDistribution dist)
-