|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ContinuousDistributionI | The interface used by algorithms to access continuous distributions. |
DiscreteDistributionI | The interface used by algorithms to access discrete distributions. |
DistributionI | The interface used by algorithms to access all distributions. |
RandomI | The interface used by algorithms to access uniform random number generators. |
Class Summary | |
BaysDurhamShuffle | An implementation of the Bayes and Durham shuffle to eliminate serial correlation. |
BinomialDistribution | An implementation of the Binomial probability distribution. |
BinomialDistributionBase | An implementation of the Binomial probability distribution. |
ChiSquareDistribution | An implementation of the Chi-Square probability distribution. |
ContinuousDistribution | An abstract class shared by all continuous distributions. |
DiscreteDistribution | An abstract class shared by all discrete distributions. |
DiscreteUniformDistribution | An implementation of the discrete uniform probability distribution. |
Distribution | An abstract class shared by all distributions. |
EmpiricalDistribution | An implementation of a discrete probability distribution where each probability is specified individually. |
ExponentialDistribution | An implementation of the Exponential probability distribution. |
FDistribution | An implementation of Snedecor's F-distribution. |
GammaDistribution | An implementation of the Gamma probability distribution. |
IncompleteBeta | An implementation of the incomplete beta function. |
IncompleteGamma | An implementation of the incomplete gamma function. |
LinearCongruential | An implementation of a 48 bit linear congruential random number generator. |
MultiplicativeCongruential | An implementation of the Parker and Miller minimal standard multiplicative congruential random number generator. |
NormalDistribution | An implementation of the Normal probability distribution. |
PoissonDistribution | An implementation of the Poisson probability distribution. |
PoissonDistributionBase | An implementation of the Poisson probability distribution. |
StudentsTDistribution | An implementation of Student's t-distribution. |
UniformDistribution | An implementation of the Uniform probability distribution. |
Exception Summary | |
ProbException | The parent of all exception classes in the probability package. |
Error Summary | |
ProbError | The parent of all error classes in the probability package. |
Probability distributions and random number generators.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |