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, underlyingDistributionderivative, evaluate, integrate, offsetdifferential, differential, maxima, maxima, minima, minimapublic 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()