| Package | Description |
|---|---|
| org.apache.commons.math3.fitting |
Classes to perform curve fitting.
|
| org.apache.commons.math3.ml.neuralnet.sofm.util |
Miscellaneous utilities.
|
| Class and Description |
|---|
| Gaussian.Parametric
Parametric function where the input array contains the parameters of
the Gaussian, ordered as follows:
Norm
Mean
Standard deviation
|
| HarmonicOscillator.Parametric
Parametric function where the input array contains the parameters of
the harmonic oscillator function, ordered as follows:
Amplitude
Angular frequency
Phase
|
| Class and Description |
|---|
| Logistic
Generalised logistic function.
|