Uses of Class
cloud.opencode.base.math.distribution.LogNormalDistribution
Packages that use LogNormalDistribution
-
Uses of LogNormalDistribution in cloud.opencode.base.math.distribution
Methods in cloud.opencode.base.math.distribution that return LogNormalDistributionModifier and TypeMethodDescriptionstatic LogNormalDistributionLogNormalDistribution.of(double mu, double sigma) Creates a log-normal distribution with the specified parameters.