Uses of Interface
org.seamcat.model.distributions.RayleighDistribution
-
Packages that use RayleighDistribution Package Description org.seamcat.model.distributions -
-
Uses of RayleighDistribution in org.seamcat.model.distributions
Subinterfaces of RayleighDistribution in org.seamcat.model.distributions Modifier and Type Interface Description interface
LimitedRayleighDistribution
This is an extension of Rayleigh Distribution that ensures no trial value will ever exceed the max value.Methods in org.seamcat.model.distributions that return RayleighDistribution Modifier and Type Method Description RayleighDistribution
DistributionFactory. getRayleighDistribution(double min, double stdDev)
Methods in org.seamcat.model.distributions with parameters of type RayleighDistribution Modifier and Type Method Description void
DistributionVisitor. visit(RayleighDistribution dist)
-