Package org.seamcat.model.distributions
Interface RayleighDistribution
-
- All Superinterfaces:
Distribution
- All Known Subinterfaces:
LimitedRayleighDistribution
public interface RayleighDistribution extends Distribution
It is an ordinary Rayleigh distribution defined via its min and standard deviation sigma values
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getMin()
double
getStdDev()
void
setExperimental(boolean experimental)
-
Methods inherited from interface org.seamcat.model.distributions.Distribution
accept, getBounds, trial
-
-