Uses of Package
bb.science

Packages that use bb.science
bb.science Provides classes and interfaces for mathematical and scientific programming. 
bb.util Provides miscellaneous utility classes and interfaces. 
 

Classes in bb.science used by bb.science
Bins
          Introduction Used to sort data into distinct bins (also known as intervals or cells).
Bins.Intervals
          Specifies how a given set of intervals are laid out.
Bootstrap.Estimate
          Holds a complete (point and interval) estimate for some Bootstrap.Estimator.
Bootstrap.Estimator
          Specifies the api for classes that calculate an estimate for a statistic from a sample.
Bootstrap.UnitTest.CiResult
          Accumulates the results of running many individual Bootstrap.UnitTest.CiTasks.
Bootstrap.UnitTest.CiResult.Metrics
          This class is NOT multithread safe: it expects its enclosing class to guard access to it.
Bootstrap.UnitTest.CiTask
          This class is NOT multithread safe: it expects to only be touched by a single thread.
Bootstrap.UnitTest.CoverageResult
          Accumulates the results of running many individual Bootstrap.UnitTest.CoverageTasks.
Bootstrap.UnitTest.CoverageResult.Metrics
          This class is NOT multithread safe: it expects its enclosing class to guard access to it.
Bootstrap.UnitTest.CoverageTask
          This class is NOT multithread safe: it expects to only be touched by a single thread.
Bootstrap.UnitTest.Distribution
          Specifies the api for classes that model a probability distribution.
Bootstrap.UnitTest.DistributionAbstract
          Implements some common functionality used by concrete subclasses.
DistributionFit
          Stores all information related to fitting of data samples to some statistical distribution.
GaussianFit
          Subclass of DistributionFit that is customized for the fitting of a Gaussian distribution to data as performed by Math2.gaussianFit.
Prefix
          This class models the state corresponding to a prefix for a scientific unit of measurement.
Samples
          Simply stores double values via the add method.
StatsOverTime.Stats
           
Unit
          Models a unit of measurement.
 

Classes in bb.science used by bb.util
Lfsr
          Implements a linear feedback shift register (LFSR).