Uses of Package
org.apache.commons.math

Packages that use org.apache.commons.math
org.apache.commons.math Common classes used throughout the commons-math library. 
org.apache.commons.math.analysis Implementations of common numerical analysis procedures, including root finding and function interpolation. 
org.apache.commons.math.distribution Implementations of common discrete and continuous distributions. 
org.apache.commons.math.special Implementations of special functions such as Beta and Gamma. 
org.apache.commons.math.stat.inference Classes providing hypothesis testing and confidence interval construction. 
org.apache.commons.math.stat.regression Statistical routines involving multivariate data. 
org.apache.commons.math.util Convience routines and common data structure used throughout the commons-math library. 
 

Classes in org.apache.commons.math used by org.apache.commons.math
MathException
          Base class for commons-math checked exceptions.
 

Classes in org.apache.commons.math used by org.apache.commons.math.analysis
ConvergenceException
          Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.
FunctionEvaluationException
          Exeption thrown when an error occurs evaluating a function.
MathException
          Base class for commons-math checked exceptions.
 

Classes in org.apache.commons.math used by org.apache.commons.math.distribution
MathException
          Base class for commons-math checked exceptions.
 

Classes in org.apache.commons.math used by org.apache.commons.math.special
MathException
          Base class for commons-math checked exceptions.
 

Classes in org.apache.commons.math used by org.apache.commons.math.stat.inference
MathException
          Base class for commons-math checked exceptions.
 

Classes in org.apache.commons.math used by org.apache.commons.math.stat.regression
MathException
          Base class for commons-math checked exceptions.
 

Classes in org.apache.commons.math used by org.apache.commons.math.util
MathException
          Base class for commons-math checked exceptions.
 



Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.