public interface ParameterLimitsTransform
| Modifier and Type | Interface and Description |
|---|---|
static class |
ParameterLimitsTransform.LimitType
Types of the limits.
|
| Modifier and Type | Method and Description |
|---|---|
double |
inverseTransform(double y)
A function to transform an unconstrained fitting parameter (y*) to a constrained model parameter (y) - i.e.
|
double |
inverseTransformGradient(double y)
The gradient of the function used to transform from a fitting parameter that can take any value,
to a model parameter that is only allows to take certain values.
|
double |
transform(double x)
A function to transform a constrained model parameter (y) to an unconstrained fitting parameter (y*) - i.e.
|
double |
transformGradient(double x)
The gradient of the function used to transform from a model parameter that is only allows
to take certain values, to a fitting parameter that can take any value.
|
double transform(double x)
x - Model parameterdouble inverseTransform(double y)
y - Fitting parameterdouble transformGradient(double x)
x - Model parameterdouble inverseTransformGradient(double y)
y - fitting parameterCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.