| Package | Description |
|---|---|
| org.apache.commons.math.analysis.polynomials |
Univariate real polynomials implementations, seen as differentiable
univariate real functions.
|
| org.apache.commons.math.analysis.solvers |
Root finding algorithms, for univariate real functions.
|
| org.apache.commons.math.optimization.fitting |
This package provides classes to perform curve fitting.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PolynomialFunction
Immutable representation of a real polynomial function with real coefficients.
|
class |
PolynomialSplineFunction
Represents a polynomial spline function.
|
| Constructor and Description |
|---|
NewtonSolver(DifferentiableUnivariateRealFunction f)
Deprecated.
as of 2.0 the function to solve is passed as an argument
to the
NewtonSolver.solve(UnivariateRealFunction, double, double) or
UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)
method. |
| Modifier and Type | Class and Description |
|---|---|
class |
GaussianFunction
A Gaussian function.
|
class |
HarmonicFunction
Harmonic function of the form
f (t) = a cos (ω t + φ). |
Copyright © 2003–2018. All rights reserved.