bisect | R Documentation |
Use bisection to find x so that myform(param, x) is close to approx_this
bisect(param, myform, approx_this, lower, upper, eps)
param |
Parameters applied in |
myform |
User defined function used in approximation |
approx_this |
y-value for which x-value should be approximated |
lower |
Lower limit of interval to search in |
upper |
Upper limit of interval to search in |
eps |
Maximal distance of x to approx_this |
x-value that is within the eps distance to approx_this
David Klein
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.