Colt 1.0.1

cern.jet.random
Class AbstractContinousDistribution

java.lang.Object
  |
  +--cern.colt.PersistentObject
        |
        +--cern.jet.random.AbstractDistribution
              |
              +--cern.jet.random.AbstractContinousDistribution
All Implemented Interfaces:
Cloneable, DoubleFunction, IntFunction, Serializable
Direct Known Subclasses:
Beta, BreitWigner, ChiSquare, Empirical, Exponential, ExponentialPower, Gamma, Hyperbolic, Logarithmic, Normal, StudentT, Uniform, VonMises

public abstract class AbstractContinousDistribution
extends AbstractDistribution

Abstract base class for all continous distributions.

See Also:
Serialized Form

Methods inherited from class cern.jet.random.AbstractDistribution
apply, apply, clone, makeDefaultGenerator, nextDouble, nextInt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


Colt 1.0.1

Submit a bug or feature. Check the Colt home page for the latest news.