9

If you have two means (with their own confidence intervals) and want to represent them as a ratio, how do calculate the confidence interval for the ratio?

An answer that was given to me, mentions Fieller's theorem, which enables you to compute a confidence interval for a ratio quite easily (see calculator here).

Unfortunately, I cannot use this tool as my measurements are paired. Is there any way around this?

I might have been clearer in the following image: enter image description here

kjetil b halvorsen
  • 63,378
  • 26
  • 142
  • 467
Marc
  • 91
  • 1
  • 2
  • 1
    The fact that your measurements are paired might also play a role on how you compute this ratio. As you work with paired measurement, don't you want to compute the mean ratios (each individual has a ratio, and you mean it) instead of the ratio of the means ? – brumar Jun 24 '15 at 09:39
  • 1
    The problem is that the were many zeros in the measurements thereby making ratios of paired measurements impossible – Marc Jun 24 '15 at 09:50
  • 1
    @Marc Then one might question why you're computing ratios in the first place. If you find yourself in a situation where you literally can't compute something then that makes me question how you are/were planning on interpreting it in the first place. – Dason Mar 29 '17 at 17:25

1 Answers1

-1

The problem of calculating confidence/likelihood intervals for the ratio of two means is addressed in Chapter 7 of the book Statistical Inference in Science, and in Chapter 10 of Empirical Bayes and Likelihood Inference.

Note also that (i) the ratio of the means is different to the [mean of the ratio] (http://www.hindawi.com/journals/ads/2006/078375/abs/), (ii) the distribution of the ratio of two normal variables [is not normal] (http://link.springer.com/article/10.1007%2Fs00362-012-0429-2#page-1).

Laikon
  • 1