I have two values $a$ and $b$ with 95% CIs (estimated via Bootstrap if that matters). I want to take a difference between them but I am not sure of a meaningful statistic.
If I had $\sigma_a$ and $\sigma_b$, I would do $\frac{a-b}{\sqrt{\sigma_a^2 + \sigma_b^2}}$ but (a) I do not readily have that, and (b) I am really much more interested in the 95% CI.
Is there a well-known meaningful metric here?
I can't just use $\sqrt{CI_a^2 + CI_b^2}$, right? At least not without some assumption. Or can I?
Thanks!