| Package | Description | 
|---|---|
| org.hipparchus.analysis.function | 
      The  functionpackage contains function objects that wrap the
      methods contained inMath, as well as common
      mathematical functions such as the gaussian and sinc functions. | 
| org.hipparchus.analysis.polynomials | Univariate real polynomials implementations, seen as differentiable
     univariate real functions. | 
| org.hipparchus.fitting | Classes to perform curve fitting. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Gaussian.ParametricParametric function where the input array contains the parameters of
 the Gaussian, ordered as follows:
 
  Norm
  Mean
  Standard deviation
  | 
| static class  | HarmonicOscillator.ParametricParametric function where the input array contains the parameters of
 the harmonic oscillator function, ordered as follows:
 
  Amplitude
  Angular frequency
  Phase
  | 
| static class  | Logistic.ParametricParametric function where the input array contains the parameters of
 the  logistic function, ordered as follows:
 
  k
  m
  b
  q
  a
  n | 
| static class  | Logit.ParametricParametric function where the input array contains the parameters of
 the logit function, ordered as follows:
 
  Lower bound
  Higher bound
  | 
| static class  | Sigmoid.ParametricParametric function where the input array contains the parameters of
 the  sigmoid function, ordered
 as follows:
 
  Lower asymptote
  Higher asymptote | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | PolynomialFunction.ParametricDedicated parametric polynomial class. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SimpleCurveFitter | SimpleCurveFitter. create(ParametricUnivariateFunction f,
      double[] start)Creates a curve fitter. | 
| Constructor and Description | 
|---|
| TheoreticalValuesFunction(ParametricUnivariateFunction f,
                         Collection<WeightedObservedPoint> observations) | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.