Uses of Interface
org.apache.commons.math3.analysis.ParametricUnivariateFunction
Packages that use 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.
This package provides classes to perform curve fitting.
-
Uses of ParametricUnivariateFunction in org.apache.commons.math3.analysis.function
Classes in org.apache.commons.math3.analysis.function that implement ParametricUnivariateFunctionModifier 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.apache.commons.math3.analysis.polynomials
Classes in org.apache.commons.math3.analysis.polynomials that implement ParametricUnivariateFunctionModifier and TypeClassDescriptionstatic class
Dedicated parametric polynomial class. -
Uses of ParametricUnivariateFunction in org.apache.commons.math3.fitting
Classes in org.apache.commons.math3.fitting with type parameters of type ParametricUnivariateFunctionModifier and TypeClassDescriptionclass
CurveFitter<T extends ParametricUnivariateFunction>
Deprecated.As of 3.3.Fields in org.apache.commons.math3.fitting declared as ParametricUnivariateFunctionModifier and TypeFieldDescriptionprivate final ParametricUnivariateFunction
AbstractCurveFitter.TheoreticalValuesFunction.f
Function to fit.private final ParametricUnivariateFunction
CurveFitter.TheoreticalValuesFunction.f
Function to fit.private final ParametricUnivariateFunction
SimpleCurveFitter.function
Function to fit.Methods in org.apache.commons.math3.fitting with parameters of type ParametricUnivariateFunctionModifier and TypeMethodDescriptionstatic SimpleCurveFitter
SimpleCurveFitter.create
(ParametricUnivariateFunction f, double[] start) Creates a curve fitter.Constructors in org.apache.commons.math3.fitting with parameters of type ParametricUnivariateFunctionModifierConstructorDescriptionprivate
SimpleCurveFitter
(ParametricUnivariateFunction function, double[] initialGuess, int maxIter) Contructor used by the factory methods.TheoreticalValuesFunction
(ParametricUnivariateFunction f, Collection<WeightedObservedPoint> observations) (package private)
-
Uses of ParametricUnivariateFunction in org.apache.commons.math3.optimization.fitting
Classes in org.apache.commons.math3.optimization.fitting with type parameters of type ParametricUnivariateFunctionModifier and TypeClassDescriptionclass
CurveFitter<T extends ParametricUnivariateFunction>
Deprecated.As of 3.1 (to be removed in 4.0).Fields in org.apache.commons.math3.optimization.fitting declared as ParametricUnivariateFunctionModifier and TypeFieldDescriptionprivate final ParametricUnivariateFunction
CurveFitter.OldTheoreticalValuesFunction.f
Deprecated.Function to fit.private final ParametricUnivariateFunction
CurveFitter.TheoreticalValuesFunction.f
Function to fit.Constructors in org.apache.commons.math3.optimization.fitting with parameters of type ParametricUnivariateFunctionModifierConstructorDescription(package private)
Deprecated.Simple constructor.(package private)
Simple constructor.