Class QARandomSpread

java.lang.Object
qa.generator.distributions.QADistribution
qa.generator.distributions.QARandomSpread

public class QARandomSpread extends QADistribution
  • Constructor Details

    • QARandomSpread

      public QARandomSpread(double mean)
    • QARandomSpread

      public QARandomSpread(boolean sort, double mean)
    • QARandomSpread

      public QARandomSpread(boolean sort, boolean integrate, double mean)
  • Method Details

    • getRange

      public double[] getRange(double nSigma)
      Description copied from class: QADistribution
      Get the range of the distrubution. How this is defined is a little nebulous, for Guassian like distributions its the mean +/- n standard deviations.
      Specified by:
      getRange in class QADistribution
      Parameters:
      nSigma - number of Standard Deviations (or equivalents).
      Returns:
      The range of values.