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 java.lang.Object
implements ContinuousRandomVariable

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

Since:
1.3

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
 



jHepWork 2.8 (©) S.Chekanov