SSJ  3.3.1
Stochastic Simulation in Java
Classes
[probdist] General Classes

Classes

class  ContinuousDistribution
 Classes implementing continuous distributions should inherit from this base class. More...
 
class  DiscreteDistributionInt
 Classes implementing discrete distributions over the integers should inherit from this class. More...
 
interface  Distribution
 This interface should be implemented by all classes supporting discrete and continuous distributions. More...
 
class  DistributionFactory
 This class implements a string API for the package probdist. More...
 
class  InverseDistFromDensity
 Implements a method for computing the inverse of an arbitrary continuous distribution function when only the probability density is known [43] . More...
 

Detailed Description