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