LeastSquareWithPenaltyResults |
NonLinearLeastSquareWithPenalty.solve(DoubleArray observedValues,
DoubleArray sigma,
Function<DoubleArray,DoubleArray> func,
DoubleArray startPos,
DoubleMatrix penalty) |
Use this when the model is given as a function of its parameters only (i.e.
|
LeastSquareWithPenaltyResults |
NonLinearLeastSquareWithPenalty.solve(DoubleArray observedValues,
DoubleArray sigma,
Function<DoubleArray,DoubleArray> func,
DoubleArray startPos,
DoubleMatrix penalty,
Function<DoubleArray,Boolean> allowedValue) |
Use this when the model is given as a function of its parameters only (i.e.
|
LeastSquareWithPenaltyResults |
NonLinearLeastSquareWithPenalty.solve(DoubleArray observedValues,
DoubleArray sigma,
Function<DoubleArray,DoubleArray> func,
Function<DoubleArray,DoubleMatrix> jac,
DoubleArray startPos,
DoubleMatrix penalty) |
Use this when the model is given as a function of its parameters only (i.e.
|
LeastSquareWithPenaltyResults |
NonLinearLeastSquareWithPenalty.solve(DoubleArray observedValues,
DoubleArray sigma,
Function<DoubleArray,DoubleArray> func,
Function<DoubleArray,DoubleMatrix> jac,
DoubleArray startPos,
DoubleMatrix penalty,
Function<DoubleArray,Boolean> allowedValue) |
Use this when the model is given as a function of its parameters only (i.e.
|
LeastSquareWithPenaltyResults |
NonLinearLeastSquareWithPenalty.solve(DoubleArray observedValues,
Function<DoubleArray,DoubleArray> func,
DoubleArray startPos,
DoubleMatrix penalty) |
Use this when the model is given as a function of its parameters only (i.e.
|