Package org.seamcat.model.distributions
Interface LimitedRayleighDistribution
-
- All Superinterfaces:
Distribution
,RayleighDistribution
public interface LimitedRayleighDistribution extends RayleighDistribution
This is an extension of Rayleigh Distribution that ensures no trial value will ever exceed the max value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getMax()
-
Methods inherited from interface org.seamcat.model.distributions.Distribution
accept, getBounds, trial
-
Methods inherited from interface org.seamcat.model.distributions.RayleighDistribution
getMin, getStdDev, setExperimental
-
-