Uses of Class
org.apache.mahout.math.jet.random.AbstractDistribution

Packages that use AbstractDistribution
org.apache.mahout.math.jet.random Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's. 
 

Uses of AbstractDistribution in org.apache.mahout.math.jet.random
 

Subclasses of AbstractDistribution in org.apache.mahout.math.jet.random
 class AbstractContinousDistribution
          Abstract base class for all continuous distributions.
 class AbstractDiscreteDistribution
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Beta
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Binomial
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class BreitWigner
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class BreitWignerMeanSquare
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class ChiSquare
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Empirical
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class EmpiricalWalker
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Exponential
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class ExponentialPower
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Gamma
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Hyperbolic
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class HyperGeometric
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Logarithmic
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class NegativeBinomial
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Normal
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Poisson
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class PoissonSlow
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class StudentT
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Uniform
           
 class VonMises
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Zeta
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.