The percentage change between two measurements is usually calculated as $100 \cdot \frac{x_2 - x_1}{x_1}$. If I have confidence intervals $(a_1, b_1)$ for $x_1$ and $(a_2, b_2)$ for $x_2$, is the confidence interval for the percentage change given as $100 \cdot \left ( \frac{a_2 - b_1}{b_1}, \frac{b_2 - a_1}{a_1} \right )$?
(The thought being that $a_2-b_1$ is the smallest difference, while $b_2-a_1$ is the greatest difference.)
Additional questions:
- Is this valid for confidence intervals for variables other than the (sample) mean?
- Is this valid for confidence intervals for sample means that were obtained for different sample sizes?
- Is this valid regardless of the distribution of the (sample) mean?
- Is this valid regardless of the procedure used to obtain the confidence interval (assuming that all the assumptions of the procedure were met)?
It would be nice to have references backing up every answer.