A measuring rod has length $u$ (for "unit") and a long object has length $x$. Suppose $u$ is laid end to end $i$ times and $x$ is laid end to end $j$ times. We want to observe whether $iu\ \left\{\begin{array}{c} < \\ = \\ > \end{array}\right\}\ jx$. But for each iteration of $u$ and of $x$ there is a random error---say we observe whether $$iu + \varepsilon_1+\cdots+\varepsilon_i\ \left\{\begin{array}{c} < \\ > \end{array}\right\}\ jx+\delta_1+\cdots+\delta_j$$ for $i=1,\ldots,I$ and $j=1,\ldots,J$, where the $\varepsilon$s are independent and $\sim N(0,\sigma^2)$ and the $\delta$ are independent of each other and of the $\varepsilon$s and $\sim N(0,\tau^2)$. So we have $IJ$ observations, each binary, equal to either "$<$" or "$>$" (encode them with $0$s and $1$s if you like).
What is known about statistical inference about the ratio $x/u$ in this problem? Things like the MLE for $x/u$ or the MLEs for $\sigma$ and $\tau$, or confidence intervals for $x/u$, etc. For large values of $I$ and $J$, might one be able to look for things like non-normality of the distributions of $\delta$ and $\varepsilon$?