bgreenwell / investr

Inverse estimation in R
22 stars 6 forks source link

Make use of `extendInt` option in calls to `uniroot` #14

Closed bgreenwell closed 8 years ago

bgreenwell commented 8 years ago

If solution is not found in the default search interval, then extend interval until a solution is found or maxiter is reached. If the solution is found after extending the interval, then issue a warning (about extrapolation?).