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

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

Uses of Bootstrap.UnitTest.DistributionAbstract in bb.science
 

Subclasses of Bootstrap.UnitTest.DistributionAbstract in bb.science
private static class Bootstrap.UnitTest.CauchyStandard
          Implements the standard Cauchy distribution (i.e. x0 = 0, gamma = 1).
private static class Bootstrap.UnitTest.ExponentialStandard
          Implements the standard exponential distribution (i.e. lambda = 1).
private static class Bootstrap.UnitTest.GaussianStandard
          Implements the standard gaussian distribution (i.e. mean = 0, sd = 1).