I am looking to calculate confidence intervals for the following:
If $X_1,...,X_n$ are iid following $N(\mu,\mu^2)$
How do I set about calculating confidence intervals for these pivots:
- $\frac{\bar{X}}{\mu}$ where $\bar{X}$ is the sample mean
- $\frac{1}{\mu}\frac{1}{n}\sum\limits_{i=1}^{n}|X_i-\bar{X}|$
I have worked out that the distribution of $\bar{X}$ is $N(1,1/n)$ but I don't know how to use this to calculate $a_1$ and $a_2$ in the equation
$P(\frac{\bar{X}}{a_2}<\mu<\frac{\bar{X}}{a_1})=0.95$
Am I along the right lines?