Uses of Class
elki.math.statistics.distribution.RayleighDistribution
-
Packages that use RayleighDistribution Package Description elki.math.statistics.distribution Standard distributions, with random generation functionalities.elki.math.statistics.distribution.estimator Estimators for statistical distributions. -
-
Uses of RayleighDistribution in elki.math.statistics.distribution
Methods in elki.math.statistics.distribution that return RayleighDistribution Modifier and Type Method Description RayleighDistributionRayleighDistribution.Par. make() -
Uses of RayleighDistribution in elki.math.statistics.distribution.estimator
Methods in elki.math.statistics.distribution.estimator that return RayleighDistribution Modifier and Type Method Description <A> RayleighDistributionRayleighMLEEstimator. estimate(A data, NumberArrayAdapter<?,A> adapter)RayleighDistributionRayleighLMMEstimator. estimateFromLMoments(double[] xmom)RayleighDistributionRayleighMADEstimator. estimateFromMedianMAD(double median, double mad)Methods in elki.math.statistics.distribution.estimator that return types with arguments of type RayleighDistribution Modifier and Type Method Description java.lang.Class<? super RayleighDistribution>RayleighLMMEstimator. getDistributionClass()java.lang.Class<? super RayleighDistribution>RayleighMADEstimator. getDistributionClass()java.lang.Class<? super RayleighDistribution>RayleighMLEEstimator. getDistributionClass()
-