| Package | Description |
|---|---|
| de.gsi.math.fitter | |
| de.gsi.math.functions |
| Modifier and Type | Method and Description |
|---|---|
double[][] |
LinearRegressionFitter.fit(Function func,
double[] xValues,
double[] yValues)
Local linear regression fitter using standard SVD-type or Tikhonov regularisation The linear gradient matrix is
calculated using the provided @param func function template and for the given @param xValues vector.
|
void |
LinearRegressionFitter.fit(Function func,
Function returnFunction,
double[] xValues,
double[] yValues)
Local linear regression fitter using standard SVD-type or Tikhonov regularisation The linear gradient matrix is
calculated using the provided @param func function template and for the given @param xValues vector.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Function1D
generic one-dimensional function interface
|
interface |
FunctionND
generic n-dimensional function interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFunction
abstract class implementing a global function list and local function change listener interface
|
class |
AbstractFunction1D |
class |
AbstractFunctionND |
class |
BetaDistributionFunction |
class |
BetaFunction |
class |
BreitWignerFunction |
class |
CauchyLorentzFunction |
class |
CombFunction |
class |
EllipseFunction |
class |
GaussianFunction
class implementing the Gaussian function (/normal distribution)
|
class |
HeavisideStepFunction |
class |
LogNormalFunction
class implementing the lognormal function see http://en.wikipedia.org/wiki/Log-normal_distribution Howe
|
class |
PoissonFunction |
class |
PolynomialFunction |
class |
RandomFunction |
class |
RandomWalkFunction |
class |
SigmoidFunction |
class |
TrigCosineFunction
class implementing the trigonometric Cosine function
|
class |
TrigSineFunction
class implementing the trigonometric Sine function
|
class |
TruncatedGaussianFunction
class implementing the Gaussian function (/normal distribution)
|
| Modifier and Type | Method and Description |
|---|---|
Function[] |
AbstractFunction.getFunctions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFunction.addFunction(Function object)
add object to global function list
|
void |
AbstractFunction.removeFunction(Function object)
remove object to global function list
|
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.