public abstract class Bounded extends UnivariateSequenceGenerator
| Modifier and Type | Method and Description |
|---|---|
double |
lowerBound()
Retrieve the Lower Bound
|
SingleSequenceAgnosticMetrics |
sequence(int iNumEntry,
R1 distPopulation)
Generate a Random Sequence along with its Metrics
|
double |
upperBound()
Retrieve the Upper Bound
|
random, sequencepublic double lowerBound()
public double upperBound()
public SingleSequenceAgnosticMetrics sequence(int iNumEntry, R1 distPopulation)
UnivariateSequenceGeneratorsequence in class UnivariateSequenceGeneratoriNumEntry - Number of Entries in the SequencedistPopulation - The True Underlying Generator Distribution of the Population