Package | Description |
---|---|
fr.cnes.sirius.patrius.math.analysis.function | |
fr.cnes.sirius.patrius.math.analysis.polynomials | |
fr.cnes.sirius.patrius.math.fitting |
Classes to perform curve fitting.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
static class |
PolynomialFunction.Parametric
Dedicated parametric polynomial class.
|
Modifier and Type | Class and Description |
---|---|
class |
CurveFitter<T extends ParametricUnivariateFunction>
Fitter for parametric univariate real functions y = f(x).
|
Copyright © 2019 CNES. All Rights Reserved.