public class BinaryIdempotentUnivariateRandom extends BoundedIdempotentUnivariateRandom
Constructor and Description |
---|
BinaryIdempotentUnivariateRandom(double dblOffset,
R1 dist,
double dblVariateBound,
double dblPositiveProbability)
BinaryIdempotentUnivariateRandom Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
agnosticVarianceBound()
Retrieve the Maximal Agnostic Variance Bound Over the Variate Range
|
double |
positiveProbability()
Retrieve the Probability of reaching 1
|
variateBound
sequenceMetrics, sequenceMetrics, sequenceMetrics, underlyingDistribution
derivative, evaluate, integrate, offset
differential, differential, maxima, maxima, minima, minima
public BinaryIdempotentUnivariateRandom(double dblOffset, R1 dist, double dblVariateBound, double dblPositiveProbability) throws java.lang.Exception
dblOffset
- The Idempotent Offsetdist
- The Underlying DistributiondblVariateBound
- The Variate BounddblPositiveProbability
- Probability of reaching 1java.lang.Exception
- Thrown if the Inputs are Invalidpublic double positiveProbability()
public double agnosticVarianceBound()
BoundedIdempotentUnivariateRandom
agnosticVarianceBound
in class BoundedIdempotentUnivariateRandom