|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math.optimization.fitting.CurveFitter.TheoreticalValuesFunction
private class CurveFitter.TheoreticalValuesFunction
Vectorial function computing function theoretical values.
Field Summary | |
---|---|
private ParametricRealFunction |
f
Function to fit. |
Constructor Summary | |
---|---|
CurveFitter.TheoreticalValuesFunction(ParametricRealFunction f)
Simple constructor. |
Method Summary | |
---|---|
MultivariateMatrixFunction |
jacobian()
Returns the jacobian function. |
double[] |
value(double[] point)
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 ParametricRealFunction f
Constructor Detail |
---|
public CurveFitter.TheoreticalValuesFunction(ParametricRealFunction f)
f
- function to fit.Method Detail |
---|
public MultivariateMatrixFunction jacobian()
jacobian
in interface DifferentiableMultivariateVectorialFunction
public double[] value(double[] point) throws FunctionEvaluationException, java.lang.IllegalArgumentException
value
in interface MultivariateVectorialFunction
point
- point at which the function must be evaluated
FunctionEvaluationException
- if the function evaluation fails
java.lang.IllegalArgumentException
- if points dimension is wrong
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |