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
|
variateBoundsequenceMetrics, sequenceMetrics, sequenceMetrics, underlyingDistributionderivative, evaluate, integrate, offsetdifferential, differential, maxima, maxima, minima, minimapublic 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()
BoundedIdempotentUnivariateRandomagnosticVarianceBound in class BoundedIdempotentUnivariateRandom