|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.optimization.fitting.CurveFitter.OldTheoreticalValuesFunction
@Deprecated private class CurveFitter.OldTheoreticalValuesFunction
Vectorial function computing function theoretical values.
Field Summary | |
---|---|
private ParametricUnivariateFunction |
f
Deprecated. Function to fit. |
Constructor Summary | |
---|---|
CurveFitter.OldTheoreticalValuesFunction(ParametricUnivariateFunction f)
Deprecated. Simple constructor. |
Method Summary | |
---|---|
MultivariateMatrixFunction |
jacobian()
Deprecated. Returns the jacobian function. |
double[] |
value(double[] point)
Deprecated. Compute the value for the function at the given point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final ParametricUnivariateFunction f
Constructor Detail |
---|
public CurveFitter.OldTheoreticalValuesFunction(ParametricUnivariateFunction f)
f
- function to fit.Method Detail |
---|
public MultivariateMatrixFunction jacobian()
jacobian
in interface DifferentiableMultivariateVectorFunction
public double[] value(double[] point)
value
in interface MultivariateVectorFunction
point
- point at which the function must be evaluated
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |