Class AbstractContinousDistribution
java.lang.Object
cern.colt.PersistentObject
cern.jet.random.AbstractDistribution
cern.jet.random.AbstractContinousDistribution
- All Implemented Interfaces:
DoubleFunction, IntFunction, Serializable, Cloneable
- Direct Known Subclasses:
Beta, BreitWigner, ChiSquare, Empirical, Exponential, ExponentialPower, Gamma, Hyperbolic, Logarithmic, Normal, StudentT, Uniform, VonMises
Abstract base class for all continous distributions.
- Version:
- 1.0, 09/24/99
- See Also:
-
Field Summary
Fields inherited from class AbstractDistribution
randomGeneratorFields inherited from class PersistentObject
serialVersionUID -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMakes this class non instantiable, but still let's others inherit from it. -
Method Summary
Methods inherited from class AbstractDistribution
apply, apply, clone, getRandomGenerator, makeDefaultGenerator, nextDouble, nextInt, setRandomGenerator
-
Constructor Details
-
AbstractContinousDistribution
protected AbstractContinousDistribution()Makes this class non instantiable, but still let's others inherit from it.
-