| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractDistribution | |
| cern.jet.random | Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's. | 
| Uses of AbstractDistribution in cern.jet.random | 
| Subclasses of AbstractDistribution in cern.jet.random | |
|  class | AbstractContinousDistributionAbstract base class for all continous distributions. | 
|  class | AbstractDiscreteDistributionAbstract base class for all discrete distributions. | 
|  class | BetaBeta distribution; math definition and animated definition. | 
|  class | BinomialBinomial distribution; See the math definition and animated definition. | 
|  class | BreitWignerBreitWigner (aka Lorentz) distribution; See the math definition. | 
|  class | BreitWignerMeanSquareMean-square BreitWigner distribution; See the math definition. | 
|  class | ChiSquareChiSquare distribution; See the math definition and animated definition. | 
|  class | EmpiricalEmpirical distribution. | 
|  class | EmpiricalWalkerDiscrete Empirical distribution (pdf's can be specified). | 
|  class | ExponentialExponential Distribution (aka Negative Exponential Distribution); See the math definition animated definition. | 
|  class | ExponentialPowerExponential Power distribution. | 
|  class | GammaGamma distribution; math definition, definition of gamma function and animated definition. | 
|  class | HyperbolicHyperbolic distribution. | 
|  class | HyperGeometricHyperGeometric distribution; See the math definition The hypergeometric distribution with parameters N, n and s is the probability distribution of the random variable X, whose value is the number of successes in a sample of n items from a population of size N that has s 'success' items and N - s 'failure' items. | 
|  class | LogarithmicLogarithmic distribution. | 
|  class | NegativeBinomialNegative Binomial distribution; See the math definition. | 
|  class | NormalNormal (aka Gaussian) distribution; See the math definition and animated definition. | 
|  class | PoissonPoisson distribution (quick); See the math definition and animated definition. | 
|  class | PoissonSlowPoisson distribution; See the math definition and animated definition. | 
|  class | StudentTStudentT distribution (aka T-distribution); See the math definition and animated definition. | 
|  class | UniformUniform distribution; Math definition and animated definition. | 
|  class | VonMisesVon Mises distribution. | 
|  class | ZetaZeta distribution. | 
| Methods in cern.jet.random with parameters of type AbstractDistribution | |
| static void | Benchmark.randomInstance(int size,
               boolean print,
               AbstractDistribution dist)generates | 
| static void | Benchmark.test(int size,
     AbstractDistribution distribution)Prints the first size random numbers generated by the distribution. | 
| static void | Benchmark.test2(int size,
      AbstractDistribution distribution)Prints the first size random numbers generated by the distribution. | 
| static void | Benchmark.test2(int size,
      AbstractDistribution a,
      AbstractDistribution b)Prints the first size random numbers generated by the distribution. | 
| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||