bb.science
Class Bootstrap.UnitTest.CiResult.Metrics

java.lang.Object
  extended by bb.science.Bootstrap.UnitTest.CiResult.Metrics
Enclosing class:
Bootstrap.UnitTest.CiResult

private static class Bootstrap.UnitTest.CiResult.Metrics
extends Object

This class is NOT multithread safe: it expects its enclosing class to guard access to it.


Field Summary
private  double bsInTheory
           
private  int countAll
           
private  double theoryInBs
           
 
Constructor Summary
private Bootstrap.UnitTest.CiResult.Metrics()
           
 
Method Summary
private  double fracBsInTheory()
           
private  double fracTheoryInBs()
           
private  void process(Bootstrap.Estimate estBs, Bootstrap.Estimate estTheory)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

countAll

private int countAll

bsInTheory

private double bsInTheory

theoryInBs

private double theoryInBs
Constructor Detail

Bootstrap.UnitTest.CiResult.Metrics

private Bootstrap.UnitTest.CiResult.Metrics()
Method Detail

process

private void process(Bootstrap.Estimate estBs,
                     Bootstrap.Estimate estTheory)

fracBsInTheory

private double fracBsInTheory()

fracTheoryInBs

private double fracTheoryInBs()

toString

public String toString()
Overrides:
toString in class Object