Uses of Interface
org.apache.commons.math3.distribution.RealDistribution

Packages that use RealDistribution
org.apache.commons.math3.distribution Implementations of common discrete and continuous distributions. 
org.apache.commons.math3.random Random number and random data generators. 
 

Uses of RealDistribution in org.apache.commons.math3.distribution
 

Classes in org.apache.commons.math3.distribution that implement RealDistribution
 class AbstractRealDistribution
          Base class for probability distributions on the reals.
 class BetaDistribution
          Implements the Beta distribution.
 class CauchyDistribution
          Implementation of the Cauchy distribution.
 class ChiSquaredDistribution
          Implementation of the chi-squared distribution.
 class ExponentialDistribution
          Implementation of the exponential distribution.
 class FDistribution
          Implementation of the F-distribution.
 class GammaDistribution
          Implementation of the Gamma distribution.
 class LogNormalDistribution
          Implementation of the log-normal (gaussian) distribution.
 class NormalDistribution
          Implementation of the normal (gaussian) distribution.
 class TDistribution
          Implementation of Student's t-distribution.
 class TriangularDistribution
          Implementation of the triangular real distribution.
 class UniformRealDistribution
          Implementation of the uniform real distribution.
 class WeibullDistribution
          Implementation of the Weibull distribution.
 

Uses of RealDistribution in org.apache.commons.math3.random
 

Classes in org.apache.commons.math3.random that implement RealDistribution
 class EmpiricalDistribution
          Represents an empirical probability distribution -- a probability distribution derived from observed data without making any assumptions about the functional form of the population distribution that the data come from.
 

Methods in org.apache.commons.math3.random with parameters of type RealDistribution
 double RandomDataImpl.nextInversionDeviate(RealDistribution distribution)
          Deprecated. use the distribution's sample() method
 



Copyright © 2017 CNES. All Rights Reserved.