Uses of Package
org.apache.commons.math3.analysis

Package
Description
Parent package for common numerical analysis procedures, including root finding, function interpolation and integration.
This package holds the main interfaces and basic building block classes dealing with differentiation.
The function package contains function objects that wrap the methods contained in Math, as well as common mathematical functions such as the gaussian and sinc functions.
Numerical integration (quadrature) algorithms for univariate real functions.
Gauss family of quadrature schemes.
Univariate real functions interpolation algorithms.
Univariate real polynomials implementations, seen as differentiable univariate real functions.
Root finding algorithms, for univariate real functions.
Classes to perform curve fitting.
This package provides algorithms that minimize the residuals between observations and model values.
Linear algebra support.
Neural networks.
Optimization algorithms for linear constrained problems.
Algorithms for optimizing a scalar function.
This package provides optimization algorithms that do not require derivatives.
Algorithms for optimizing a vector function.
One-dimensional optimization algorithms.
All classes and sub-packages of this package are deprecated.
This package provides optimization algorithms that don't require derivatives.
This package provides classes to perform curve fitting.
This package provides optimization algorithms that require derivatives.
Univariate real functions minimum finding algorithms.
Implementations of special functions such as Beta and Gamma.
Implementations of transform methods, including Fast Fourier transforms.