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, sequence
public double lowerBound()
public double upperBound()
public SingleSequenceAgnosticMetrics sequence(int iNumEntry, R1 distPopulation)
UnivariateSequenceGenerator
sequence
in class UnivariateSequenceGenerator
iNumEntry
- Number of Entries in the SequencedistPopulation
- The True Underlying Generator Distribution of the Population