| Package | Description |
|---|---|
| de.gsi.math.fitter |
| Modifier and Type | Method and Description |
|---|---|
LinearRegressionFitter.REG_METHOD |
LinearRegressionFitter.getRegularisationMethod() |
static LinearRegressionFitter.REG_METHOD |
LinearRegressionFitter.REG_METHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinearRegressionFitter.REG_METHOD[] |
LinearRegressionFitter.REG_METHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinearRegressionFitter.setRegularisationMethod(LinearRegressionFitter.REG_METHOD method)
KStandard: standard SVD-type cut
1/lambda_i -> 1/lambda_i for (|lambda_i/lambda_0| > getSVDCutOff & |1/lambda_i| > 1e-16 1/lambda_i -> 0 otherwise (numerical stability) Tikhonov type regularisation: 1/lambda_i -> lambda_i/(lambda_i^2+mu^2) for |1/lambda_i| > 1e-16 1/lambda_i |
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.