Class DoubleRandomVariableRV<DRV extends DoubleRandomVariable>

All Implemented Interfaces:
Cloneable, RandomVariableOps<DRV>, RandomVariableRVNOps<Double,DRV>, RandomVariableRVOps<Double,DRV>
Direct Known Subclasses:
BinomialDoubleRVRV, ExpDistrRVRV, FixedDoubleRVRV, GaussianRVRV, LogNormalRVRV, PoissonDoubleRVRV, UniformDoubleRVRV

public abstract class DoubleRandomVariableRV<DRV extends DoubleRandomVariable> extends RandomVariableRVN<Double,DRV>
Random variable that generates the a sequence of random variables, each of which generates a sequence of double-precision numbers. The type parameter DRV is set to the type of random variable that is to be generated, which will usually be a subclass of DoubleRandomVariable.