protected static class StudentizedRangeDistribution.SampleRange
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Double>
Constructor and Description |
---|
SampleRange(java.util.Random random,
int treatmentCount,
SmoothUnivariateDistribution t)
Creates a new instance of SampleRange
|
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
call() |
public SampleRange(java.util.Random random, int treatmentCount, SmoothUnivariateDistribution t)
random
- Random number generatortreatmentCount
- Number of comparisons madet
- Distribution from which we sample, Student-t or Gaussian