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.estimation This package provides classes to solve estimation problems. 
org.apache.commons.math.fraction Fraction number type and fraction number formatting. 
org.apache.commons.math.geometry This package provides basic 3D geometry components. 
org.apache.commons.math.ode This package provides classes to solve Ordinary Differential Equations problems. 
org.apache.commons.math.optimization This package provides parametric optimization algorithms. 
org.apache.commons.math.random Random number and random data generators. 
org.apache.commons.math.special Implementations of special functions such as Beta and Gamma. 
org.apache.commons.math.stat.descriptive Generic univariate summary statistic objects. 
org.apache.commons.math.stat.descriptive.moment Summary statistics based on moments. 
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.transform Implementations of transform methods, including Fast Fourier transforms. 
org.apache.commons.math.util Convenience routines and common data structures used throughout the commons-math library. 
 

Classes in org.apache.commons.math used by org.apache.commons.math
ConvergenceException
          Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.
FunctionEvaluationException
          Exception 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.analysis
ArgumentOutsideDomainException
          Error thrown when a method is called with an out of bounds argument.
ConvergenceException
          Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.
DuplicateSampleAbscissaException
          Exeption thrown when a sample contains several entries at the same abscissa.
FunctionEvaluationException
          Exception thrown when an error occurs evaluating a function.
MathException
          Base class for commons-math checked exceptions.
MaxIterationsExceededException
          Error thrown when a numerical computation exceeds its allowed number of iterations.
 

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.estimation
MathException
          Base class for commons-math checked exceptions.
 

Classes in org.apache.commons.math used by org.apache.commons.math.fraction
ConvergenceException
          Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.
MathException
          Base class for commons-math checked exceptions.
 

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

Classes in org.apache.commons.math used by org.apache.commons.math.ode
ConvergenceException
          Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.
FunctionEvaluationException
          Exception 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.optimization
ConvergenceException
          Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.
MathException
          Base class for commons-math checked exceptions.
 

Classes in org.apache.commons.math used by org.apache.commons.math.random
DimensionMismatchException
          Error thrown when two dimensions differ.
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.descriptive
DimensionMismatchException
          Error thrown when two dimensions differ.
 

Classes in org.apache.commons.math used by org.apache.commons.math.stat.descriptive.moment
DimensionMismatchException
          Error thrown when two dimensions differ.
 

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.transform
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.