Uses of Interface
org.seamcat.model.distributions.GaussianDistribution
-
Packages that use GaussianDistribution Package Description org.seamcat.model.distributions -
-
Uses of GaussianDistribution in org.seamcat.model.distributions
Subinterfaces of GaussianDistribution in org.seamcat.model.distributions Modifier and Type Interface Description interface
LimitedGaussianDistribution
This is an extension of a Gaussian distribution that ensures no trial value will ever be outside the bounds of (min-max)Methods in org.seamcat.model.distributions that return GaussianDistribution Modifier and Type Method Description GaussianDistribution
DistributionFactory. getGaussianDistribution(double mean, double stdDev)
Methods in org.seamcat.model.distributions with parameters of type GaussianDistribution Modifier and Type Method Description void
DistributionVisitor. visit(GaussianDistribution dist)
-