Uses of Package
net.finmath.rootfinder
Packages that use net.finmath.rootfinder
Package
Description
Interfaces and classes provided variantes of one dimensional root finder to solve
f(x) = 0, like Bisection Search, Newtons Method.
-
Classes in net.finmath.rootfinder used by net.finmath.rootfinderClassDescriptionThis class implements a root finder as question-and-answer algorithm using Newton's method.This is the interface for a one dimensional root finder implemented as an question-and-answer algorithm.This is the interface for a one dimensional root finder implemented as an question-and-answer algorithm.Interface for root finders for stochastic maps \( y = f(x) \) where \( x,y \) are random variables, the map is pathwise and the pathwise derivative is known.