| Package | Description |
|---|---|
| com.opengamma.strata.math.impl.minimization | |
| com.opengamma.strata.math.impl.statistics.leastsquare |
| Modifier and Type | Class and Description |
|---|---|
class |
UncoupledParameterTransforms
For a set of n function parameters, this takes n ParameterLimitsTransform
(which can be the NullTransform which does NOT transform the parameter) which transform
a constrained function parameter (e.g.
|
| Constructor and Description |
|---|
NonLinearTransformFunction(Function<DoubleArray,DoubleArray> func,
Function<DoubleArray,DoubleMatrix> jac,
NonLinearParameterTransforms transform) |
| Constructor and Description |
|---|
LeastSquareResultsWithTransform(LeastSquareResults transformedFitResult,
NonLinearParameterTransforms transform) |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.