Uses of Class
bb.science.Bootstrap.UnitTest.CoverageResult

Packages that use Bootstrap.UnitTest.CoverageResult
bb.science Provides classes and interfaces for mathematical and scientific programming. 
 

Uses of Bootstrap.UnitTest.CoverageResult in bb.science
 

Fields in bb.science declared as Bootstrap.UnitTest.CoverageResult
private  Bootstrap.UnitTest.CoverageResult Bootstrap.UnitTest.CoverageTask.coverageResult
           
 

Constructors in bb.science with parameters of type Bootstrap.UnitTest.CoverageResult
Bootstrap.UnitTest.CoverageTask(Bootstrap.UnitTest.Distribution distribution, int sampleLength, int numberResamples, double confidenceLevel, Bootstrap.Estimator[] estimators, Bootstrap.UnitTest.CoverageResult coverageResult)