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 RayleighDistribution
RayleighDistribution.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> RayleighDistribution
RayleighMLEEstimator. estimate(A data, NumberArrayAdapter<?,A> adapter)
RayleighDistribution
RayleighLMMEstimator. estimateFromLMoments(double[] xmom)
RayleighDistribution
RayleighMADEstimator. 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()
-