Uses of Interface
org.apache.commons.math4.analysis.ParametricUnivariateFunction
| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.function |
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. |
| org.apache.commons.math4.analysis.polynomials |
Univariate real polynomials implementations, seen as differentiable
univariate real functions.
|
-
Uses of ParametricUnivariateFunction in org.apache.commons.math4.analysis.function
Classes in org.apache.commons.math4.analysis.function that implement ParametricUnivariateFunction Modifier and Type Class Description static classGaussian.ParametricParametric function where the input array contains the parameters of the Gaussian, ordered as follows: Norm Mean Standard deviationstatic classHarmonicOscillator.ParametricParametric function where the input array contains the parameters of the harmonic oscillator function, ordered as follows: Amplitude Angular frequency Phasestatic classLogistic.ParametricParametric function where the input array contains the parameters of thelogistic function, ordered as follows: k m b q a nstatic classLogit.ParametricParametric function where the input array contains the parameters of the logit function, ordered as follows: Lower bound Higher boundstatic classSigmoid.ParametricParametric function where the input array contains the parameters of thesigmoid function, ordered as follows: Lower asymptote Higher asymptote -
Uses of ParametricUnivariateFunction in org.apache.commons.math4.analysis.polynomials
Classes in org.apache.commons.math4.analysis.polynomials that implement ParametricUnivariateFunction Modifier and Type Class Description static classPolynomialFunction.ParametricDedicated parametric polynomial class.