So I've been working on a problem in my probability class on which I have become stuck. It involves X1 X2 ... Xn ~ Poisson(lambda)
1 - We were instructed to show that X_bar
was sufficient.
Sol'n: I did this using factorization, and by finding T(x) = Sum(x_i)/n
, which came from the exponent position above my lambda from the likelihood/pdf. It could've also been achieved via the exponential family method.
2 - We were then instructed to show that X_bar^2
is approximately normal with mean \lambda^2
and a variance depending on \lambda
Sol'n: This was achieved using the central limit theorem and the delta method, which ended up giving me N(0, 4*lambda^3)
In step 3, however, we are asked "to display an approximate pivot based on the result in part #2, and then produce a 95% confidence interval for lambda^2
"
We were given a hint, namely that
sqrt(n)(x_bar^2 - lambda^2) / sqrt (lambda * 4 lambda^2) ~ N(0,1)
I have, up until this point, no concept of what to do with a pivot or with this given info...I am looking for a number of degrees of freedom for a poisson table, which I think is wrong, but I've clearly got an issue with understanding what is being asked of me. If anyone could give me a nudge in the right direction, I'd be really grateful.