public class Dfdx extends UnivariateRealFunction
DBeta, DErf,
and the numerical derivative computation classes, e.g., FiniteDifference and Ridders.FiniteDifference,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
Dfdx.Method
the methods available to compute the numerical derivative
|
Function.EvaluationException| Constructor and Description |
|---|
Dfdx(UnivariateRealFunction f)
Construct, using the central finite difference, the first order derivative function of a univariate function f.
|
Dfdx(UnivariateRealFunction f,
Dfdx.Method method)
Construct the first order derivative function of a univariate function f.
|
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(double x)
Evaluate y = f(x).
|
dimensionOfDomain, dimensionOfRange, evaluatepublic Dfdx(UnivariateRealFunction f, Dfdx.Method method)
f - a univariate functionmethod - the numerical method to use, c.f., Dfdx.Methodpublic Dfdx(UnivariateRealFunction f)
f - a univariate functionpublic double evaluate(double x)
UnivariateRealFunctionevaluate in class UnivariateRealFunctionx - x