jhplot.math.num.random
Class AbstractContinuousRandomVariable

java.lang.Object
  extended by jhplot.math.num.random.AbstractContinuousRandomVariable
All Implemented Interfaces:
ContinuousRandomVariable
Direct Known Subclasses:
BetaRandomVariable, CauchyRandomVariable, ChiSquaredRandomVariable, ExponentialRandomVariable, FRandomVariable, GammaRandomVariable, LaplaceRandomVariable, LogisticRandomVariable, LogNormalRandomVariable, NormalRandomVariable, RayleighRandomVariable, TRandomVariable, UniformRandomVariable, WeibullRandomVariable

public abstract class AbstractContinuousRandomVariable
extends Object
implements ContinuousRandomVariable

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.ContinuousRandomVariable
nextRandomVariable
 



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