CapeTools One-Dimensional Solvers
http://www.QuantTools.com
In total there are 6 functions present within the CapeTools One-Dimensional Solvers category of functions.
General Description
Functions to construct One-Dimensional Optimization objects needed by the 'CapeTools Option Solver' category of functions.
The following One-Dimensional Optimization objects can be created :
- Bisection()
- Brent()
- FalsePosition()
- Newton()
- Ridder()
- Secant()
The Newton() solver requires that the first derivative function of the function being solved upon to be implemented. Fortunatly, we have already done this for all the functions present within the 'CapeTools Option Solver' category of functions. Within these objects, you can set minimum and maximum starting values as well as a tolerance level.
Function list.
- Bisection - Creates a One-dimensional Bisection solver object to be used within the 'CapeTools Option Solver' category of functions.
- Brent - Creates a One-dimensional Brent solver object to be used within the 'CapeTools Option Solver' category of functions.
- FalsePosition - Creates a One-dimensional FalsePosition solver object to be used within the 'CapeTools Option Solver' category of functions.
- Newton - Creates a One-dimensional Newton solver object to be used within the 'CapeTools Option Solver' category of functions.
- Ridder - Creates a One-dimensional Ridder solver object to be used within the 'CapeTools Option Solver' category of functions.
- Secant - Creates a One-dimensional Secant solver object to be used within the 'CapeTools Option Solver' category of functions.
Copyright (c) 2003-2007 CapeTools - All Rights Reserved.