org.ddogleg.optimization.funcs
Class EvalFuncCurveFit
- java.lang.Object
-
- org.ddogleg.optimization.funcs.EvalFuncCurveFit
-
- All Implemented Interfaces:
- EvalFuncLeastSquares
public class EvalFuncCurveFit extends java.lang.Object implements EvalFuncLeastSquares
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description classEvalFuncCurveFit.DerivclassEvalFuncCurveFit.Func
-
Constructor Summary
Constructors Constructor and Description EvalFuncCurveFit(double x1, double x2, double x3, double x4, double deltaT, int N)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description FunctionNtoMgetFunction()double[]getInitial()FunctionNtoMxNgetJacobian()double[]getOptimal()static doublemodel(double x1, double x2, double x3, double x4, double t)
-
-
-
Constructor Detail
-
EvalFuncCurveFit
public EvalFuncCurveFit(double x1, double x2, double x3, double x4, double deltaT, int N)
-
-
Method Detail
-
getFunction
public FunctionNtoM getFunction()
- Specified by:
getFunctionin interfaceEvalFuncLeastSquares
-
getJacobian
public FunctionNtoMxN getJacobian()
- Specified by:
getJacobianin interfaceEvalFuncLeastSquares
-
getInitial
public double[] getInitial()
- Specified by:
getInitialin interfaceEvalFuncLeastSquares
-
getOptimal
public double[] getOptimal()
- Specified by:
getOptimalin interfaceEvalFuncLeastSquares
-
model
public static double model(double x1, double x2, double x3, double x4, double t)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG