Class Bounded

java.lang.Object
Direct Known Subclasses:
Binary, BoundedUniform

public abstract class Bounded
extends UnivariateSequenceGenerator
Bounded implements the Bounded Random Univariate Generator with a Lower and an upper Bound.



Author:
Lakshmi Krishnamurthy
  • Method Details

    • lowerBound

      public double lowerBound()
      Retrieve the Lower Bound
      Returns:
      The Lower Bound
    • upperBound

      public double upperBound()
      Retrieve the Upper Bound
      Returns:
      The Upper Bound
    • sequence

      public SingleSequenceAgnosticMetrics sequence​(int iNumEntry, R1Univariate distPopulation)
      Description copied from class: UnivariateSequenceGenerator
      Generate a Random Sequence along with its Metrics
      Overrides:
      sequence in class UnivariateSequenceGenerator
      Parameters:
      iNumEntry - Number of Entries in the Sequence
      distPopulation - The True Underlying Generator Distribution of the Population
      Returns:
      The Random Sequence (along with its Metrics)