public abstract class UnivariateSequenceGenerator
extends java.lang.Object
Constructor and Description |
---|
UnivariateSequenceGenerator() |
Modifier and Type | Method and Description |
---|---|
abstract double |
random()
Generate a Random Number according to the specified rule
|
double[] |
sequence(int iNumEntry)
Generate a Random Sequence
|
SingleSequenceAgnosticMetrics |
sequence(int iNumEntry,
R1 distPopulation)
Generate a Random Sequence along with its Metrics
|
public abstract double random()
public double[] sequence(int iNumEntry)
iNumEntry
- Number of Entries in the Sequencepublic SingleSequenceAgnosticMetrics sequence(int iNumEntry, R1 distPopulation)
iNumEntry
- Number of Entries in the SequencedistPopulation
- The True Underlying Generator Distribution of the Population