bb.science
Class Bootstrap.UnitTest.CoverageTask
java.lang.Object
bb.science.Bootstrap.UnitTest.CoverageTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Bootstrap.UnitTest
private static class Bootstrap.UnitTest.CoverageTask
- extends Object
- implements Runnable
This class is NOT multithread safe: it expects to only be touched by a single thread.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
distribution
private final Bootstrap.UnitTest.Distribution distribution
sampleLength
private final int sampleLength
numberResamples
private final int numberResamples
confidenceLevel
private final double confidenceLevel
estimators
private final Bootstrap.Estimator[] estimators
coverageResult
private final Bootstrap.UnitTest.CoverageResult coverageResult
Bootstrap.UnitTest.CoverageTask
private Bootstrap.UnitTest.CoverageTask(Bootstrap.UnitTest.Distribution distribution,
int sampleLength,
int numberResamples,
double confidenceLevel,
Bootstrap.Estimator[] estimators,
Bootstrap.UnitTest.CoverageResult coverageResult)
equalParams
private boolean equalParams(Bootstrap.UnitTest.CoverageTask other)
run
public void run()
- Specified by:
run
in interface Runnable