Uses of Interface
org.hipparchus.analysis.ParametricUnivariateFunction
Package
Description
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.Univariate real polynomials implementations, seen as differentiable
univariate real functions.
Classes to perform curve fitting.
-
Uses of ParametricUnivariateFunction in org.hipparchus.analysis.function
Modifier and TypeClassDescriptionstatic class
Parametric function where the input array contains the parameters of the Gaussian, ordered as follows: Norm Mean Standard deviationstatic class
Parametric function where the input array contains the parameters of the harmonic oscillator function, ordered as follows: Amplitude Angular frequency Phasestatic class
Parametric function where the input array contains the parameters of thelogistic function
, ordered as follows: k m b q a nstatic class
Parametric function where the input array contains the parameters of the logit function, ordered as follows: Lower bound Higher boundstatic class
Parametric function where the input array contains the parameters of thesigmoid function
, ordered as follows: Lower asymptote Higher asymptote -
Uses of ParametricUnivariateFunction in org.hipparchus.analysis.polynomials
Modifier and TypeClassDescriptionstatic class
Dedicated parametric polynomial class. -
Uses of ParametricUnivariateFunction in org.hipparchus.fitting
Modifier and TypeMethodDescriptionstatic SimpleCurveFitter
SimpleCurveFitter.create
(ParametricUnivariateFunction f, double[] start) Creates a curve fitter.ModifierConstructorDescriptionTheoreticalValuesFunction
(ParametricUnivariateFunction f, Collection<WeightedObservedPoint> observations) Simple constructor.