nl.tudelft.simulation.jstats.distributions
Class Dist

java.lang.Object
  extended by nl.tudelft.simulation.jstats.distributions.Dist
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DistContinuous, DistDiscrete

public abstract class Dist
extends Object
implements Serializable

The Distribution class forms the basis for all statistical distributions.

(c) copyright 2002-2004 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Since:
1.2
Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:25:42 $
Author:
Alexander Verbraeck
Peter Jacobs
See Also:
Serialized Form

Field Summary
protected  StreamInterface stream
          stream is the random number generator from which to draw
 
Constructor Summary
Dist(StreamInterface stream)
          Constructs a new Distribution.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stream

protected StreamInterface stream
stream is the random number generator from which to draw

Constructor Detail

Dist

public Dist(StreamInterface stream)
Constructs a new Distribution.

Parameters:
stream - the stream for this mathematical distribution.


Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.