jhplot.math.num.random
Class AbstractDiscreteRandomVariable

java.lang.Object
  extended by jhplot.math.num.random.AbstractDiscreteRandomVariable
All Implemented Interfaces:
DiscreteRandomVariable
Direct Known Subclasses:
BernoulliRandomVariable, BinomialRandomVariable, GeometricRandomVariable, NegativeBinomialRandomVariable, PoissonRandomVariable

public abstract class AbstractDiscreteRandomVariable
extends Object
implements DiscreteRandomVariable

Base continuous random variable that provides a {@link RNG) instance as a source for uniform random numbers.

Since:
1.3
Version:
$Revision: 1.3 $ $Date: 2007/11/18 23:51:19 $

Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jhplot.math.num.random.DiscreteRandomVariable
nextRandomVariable
 



jHPlot 3.1. Java environment for scientific computation and data analysis. © S.Chekanov