bisection | R Documentation |
Given an increasing step function f(x)
, locate the point where the
step occurs.
bisection(x_lo, x_hi, f, mid, dist, tol)
x_lo |
A finite lower bound for |
x_hi |
A finite upper bound for |
f |
The function |
mid |
A midpoint function which operates on two points |
dist |
A distance function which operates on two points |
tol |
Stop when |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.