|
|||||||||
| 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.TheoreticalValuesFunction
private class CurveFitter.TheoreticalValuesFunction
Vectorial function computing function theoretical values.
| Field Summary | |
|---|---|
private ParametricUnivariateFunction |
f
Function to fit. |
| Constructor Summary | |
|---|---|
CurveFitter.TheoreticalValuesFunction(ParametricUnivariateFunction f)
Simple constructor. |
|
| Method Summary | |
|---|---|
DerivativeStructure[] |
value(DerivativeStructure[] point)
Compute the value for the function at the given point. |
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 ParametricUnivariateFunction f
| Constructor Detail |
|---|
public CurveFitter.TheoreticalValuesFunction(ParametricUnivariateFunction f)
f - function to fit.| Method Detail |
|---|
public double[] value(double[] point)
value in interface MultivariateVectorFunctionpoint - point at which the function must be evaluated
public DerivativeStructure[] value(DerivativeStructure[] point)
value in interface MultivariateDifferentiableVectorFunctionpoint - point at which the function must be evaluated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||