Tagged Questions
2
votes
0answers
104 views
Estimating the x-intercept of an arbitrary monotonically increasing function
I have a continuous monotonically increasing function, $f(x)$, whose $x$-intercept, $x^*$, I am trying to estimate. I have a dataset of $(x_i,y_i)$ pairs, with each $y_i=f(x_i)+\varepsilon_i$, where ...