Uses of Interface
smile.math.DifferentiableFunction
-
Packages that use DifferentiableFunction Package Description smile.math -
-
Uses of DifferentiableFunction in smile.math
Methods in smile.math with parameters of type DifferentiableFunction Modifier and Type Method Description static double
Math. root(DifferentiableFunction func, double x1, double x2, double tol)
Returns the root of a function whose derivative is available known to lie between x1 and x2 by Newton-Raphson method.static double
Math. root(DifferentiableFunction func, double x1, double x2, double tol, int maxIter)
Returns the root of a function whose derivative is available known to lie between x1 and x2 by Newton-Raphson method.
-