4.7.11. statsmodels.tools.rootfinding¶
Created on Mon Mar 18 15:48:23 2013 Author: Josef Perktold
- TODO:
- test behavior if nans or infs are encountered during the evaluation. now partially robust to nans, if increasing can be determined or is given.
- rewrite core loop to use for...except instead of while.
4.7.11.1. Functions¶
brentq_expanding (func[, low, upp, args, ...]) |
find the root of a function in one variable by expanding and brentq |