Class BooleanRandomVariableRV<BRV extends BooleanRandomVariable>

java.lang.Object
org.bzdev.math.rv.RandomVariable<RV>
org.bzdev.math.rv.RandomVariableRV<Boolean,BRV>
org.bzdev.math.rv.BooleanRandomVariableRV<BRV>
All Implemented Interfaces:
Cloneable, RandomVariableOps<BRV>, RandomVariableRVOps<Boolean,BRV>
Direct Known Subclasses:
BinomialBooleanRVRV, FixedBooleanRVRV

public abstract class BooleanRandomVariableRV<BRV extends BooleanRandomVariable> extends RandomVariableRV<Boolean,BRV>
Random variable that generates the a sequence of random variables, each of which generates a sequence of boolean values (of type Boolean). The type parameter BRV is set to the type of random variable that is to be generated, which will usually be a subclass of LongRandomVariable.