I have x and y related in the way $x = a + \frac{1}{b+y}$. x is measured. I am interested in y. a and b are known. y must be $>=0$ from physics, x is also always $>0$. Solving for y: $y = \frac{1}{x-a}-b$.
Measurements of x are about normal distributed around some value (1 experiment - several values). However I'm interested in y. For values close to a things get messy. But in many cases I have a number of points $<a$ and don't know how to deal with them.
Can you give me pointers what I can do to estimate y in these cases?
Extra information - maybe it helps with suggesting a solution.
My aim would be to to calculate y for each experiment with some kind of information about accuracy. In addition I need to do some kind of summary statistic over all my measurements of y.
- x is a slope - calculated by linear regression, practically it is in the range from 0 to 1, typically close to 0.5 (with sd < 1%, but I did not use this so far)
- a and b are assumed as constants calculated from empirical values ( however the values by different researchers disagree by 20% - life sciences )
- both a and b are >0, also a < 1
- I would assume the distribution of y is similar to a lognormal distribution.