Working on a homework question and having some trouble... Any help would be greatly appreciated.
Based on a sample 1.23, 0.36, 2.13, 0.91, 0.16, 0.12 from the GAM$(2,\theta)$ distribution, find an exact 95% CI for parameter $\theta$.
So we know GAM$(\alpha, \lambda)$ has the pdf $f(x)= \dfrac{\lambda^{\alpha}}{\Gamma{(\alpha)}} x^{\alpha - 1} \ e^{-\lambda x} $.
Therefore our random sample is distributed with pdf $f(x)=\theta^{2} x e^{-\theta x}$.
I understand that because the question asks for an "exact" confidence interval, that I need to find the pivotal variable.
The problem I am having is that most examples I find are along the lines of a random sample... $X_1,...,X_n \sim N(\theta, \sigma^{2})$ if $\sigma$ is known then $Z= \dfrac{\bar{X}-\theta}{\frac{\sigma}{\sqrt{n}}}\sim N(0,1)$, is pivotal. And from there finding the CI is relatively simple.
I guess I am at a loss as to how one would go about finding the pivotal variable when things are not normally distributed.
Thank you for your help, any suggestions would be appreciated.