Find a confidence interval using the particular statistics function

35 Views Asked by At

This problem was a part of my assignment, which is over now, but I would like to know the right answer to it. Assume that $X_1,...,X_n$ are non-negative i.i.d. r.v.s with p.d.f. $$f(x | θ) = 2 θ e^{−2θx}$$

  1. Find the distribution of the statistics $T := X1 + · · · + Xn$.
  2. Find the distribution of the statistics $4θT$.
  3. Using the above, find a $100(1 − α)\%$ confidence interval for $θ$.

I know how to solve all of the above, but how is point 2 supposed to help find the confidence interval?

1

There are 1 best solutions below

3
On BEST ANSWER

It' s a chi square distribution

$4\theta T\sim\chi_{(2n)}^2$

This is useful to calculate the Confidence interval using chi square-table.


As an example, fix $n=10$ and $\alpha\%=10\%$ and try to calculate the proposed CI (with equiprobable tails)


Solution

Using the chi-square table we immediately get

$$10.85<4\theta\Sigma_iX_i<31.41$$

That is

$$\frac{10.82}{4\Sigma_iX_i}<\theta<\frac{31.41}{4\Sigma_iX_i}$$