Uses of Interface
org.apache.commons.math3.analysis.ParametricUnivariateFunction

Packages that use ParametricUnivariateFunction
org.apache.commons.math3.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.math3.analysis.polynomials Univariate real polynomials implementations, seen as differentiable univariate real functions. 
org.apache.commons.math3.fitting Classes to perform curve fitting. 
org.apache.commons.math3.optimization.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 ParametricUnivariateFunction
static class Gaussian.Parametric
          Parametric function where the input array contains the parameters of the Gaussian, ordered as follows: Norm Mean Standard deviation
static class HarmonicOscillator.Parametric
          Parametric function where the input array contains the parameters of the harmonic oscillator function, ordered as follows: Amplitude Angular frequency Phase
static class Logistic.Parametric
          Parametric function where the input array contains the parameters of the logit function, ordered as follows: Lower asymptote Higher asymptote
static class Logit.Parametric
          Parametric function where the input array contains the parameters of the logit function, ordered as follows: Lower bound Higher bound
static class Sigmoid.Parametric
          Parametric function where the input array contains the parameters of the logit 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 ParametricUnivariateFunction
static class PolynomialFunction.Parametric
          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 ParametricUnivariateFunction
 class CurveFitter<T extends ParametricUnivariateFunction>
          Fitter for parametric univariate real functions y = f(x).
 

Uses of ParametricUnivariateFunction in org.apache.commons.math3.optimization.fitting
 

Classes in org.apache.commons.math3.optimization.fitting with type parameters of type ParametricUnivariateFunction
 class CurveFitter<T extends ParametricUnivariateFunction>
          Deprecated. As of 3.1 (to be removed in 4.0).
 



Copyright © 2016 CNES. All Rights Reserved.