Packages
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.complex Complex number type and implementations of complex transcendental functions.
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.linear Linear algebra support.
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 Data storage, manipulation and summary routines.
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.descriptive.rank Summary statistics based on ranks.
org.apache.commons.math.stat.descriptive.summary Other summary statistics.
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.