Hi, I'm not very familiar with statistics but maybe someone here can help me:
Let $X$ denote a random variable. At the beginning of period 1, I assume that $X \sim \mathcal{N}(m_0, \sigma^2)$
After the first period I observe $a$ with $a = \frac{b + cX}{1 + X} + Y$ with $Y \sim \mathcal{N}(0, \sigma_Y^2)$ and $b, c$ being known parameters.
I now want to update my beliefs about the distribution of $X$
Rearranging: $X = \frac{a - b - Y}{-a + c + Y}$
So basically I'm looking for the expected value $E[\frac{a - b - Y}{-a + c + Y}|a, b, c]$ and the variance of $X$. Or (more general) $E[\frac{f - Y}{g + Y}|f, g]$
Is this possible? Is there a formula I can use?

