public abstract class DistContinuous extends Dist
(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.
Constructor and Description |
---|
DistContinuous(StreamInterface stream)
constructs a new continuous distribution
|
Modifier and Type | Method and Description |
---|---|
abstract double |
draw()
draws the next stream value according to the probability of this this
distribution.
|
abstract double |
probDensity(double observation)
returns the propbability density value of an observation
|
public DistContinuous(StreamInterface stream)
stream
- the streampublic abstract double draw()
public abstract double probDensity(double observation)
observation
- the observation.Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.