|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opensourcephysics.tools.DatasetCurveFitter.MinimizeMultiVarFunction
public class DatasetCurveFitter.MinimizeMultiVarFunction
A function whose value is the total deviation squared between a multivariable function and a set of data points. This is minimized by the HessianMinimize class.
Method Summary | |
---|---|
double |
evaluate(double[] params)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double evaluate(double[] params)
evaluate
in interface MultiVarFunction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |