Package org.seamcat.model.distributions
Interface LimitedGaussianDistribution
-
- All Superinterfaces:
Distribution
,GaussianDistribution
public interface LimitedGaussianDistribution extends GaussianDistribution
This is an extension of a Gaussian distribution that ensures no trial value will ever be outside the bounds of (min-max)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getMax()
double
getMin()
-
Methods inherited from interface org.seamcat.model.distributions.Distribution
accept, getBounds, trial
-
Methods inherited from interface org.seamcat.model.distributions.GaussianDistribution
getMean, getStdDev
-
-