rayge
- 25
- 0
Homework Statement
Let Y_n be the nth order statistic of a random sample of size n from a distribution with pdf f(x|\theta)=1/\theta from 0 to \theta, zero elsewhere. Take the loss function to be L(\theta, \delta(y))=[\theta-\delta(y_n)]^2. Let \theta be an observed value of the random variable \Theta, which has the prior pdf h(\theta)=\frac{\beta \alpha^\beta} {\theta^{\beta + 1}}, \alpha < \theta < \infty, zero elsewhere, with \alpha > 0, \beta > 0. Find the Bayes solution \delta(y_n) for a point estimate of \theta.
The attempt at a solution
I've found that the conditional pdf of Y_n given \theta is:
\frac{n y_n^{n-1}}{\theta^n}
which allows us to find the posterior k(\theta|y_n) by finding what it's proportional to:
k(\theta|y_n) \propto \frac{n y_n^{n-1}}{\theta^n}\frac{\beta \alpha^\beta}{\theta^{\beta + 1}}
Where I'm sketchy is that apparently we can just remove all terms not having to do with theta, come up with a fudge factor to make the distribution integrate to 1 over its support, and call it good. I end up with:
\frac{1}{\theta^{n+\beta}}
When I integrate from \alpha to \infty, and solve for the fudge factor, I get (n+\beta)\alpha^{n+\beta} as the scaling factor, so for my posterior I get:
(n+\beta)\alpha^{n+\beta}\frac{1}{\theta^{n+\beta}}
Which doesn't even have a y_n term in it. Weird.
When I find the expected value of \theta with this distribution, I get 1. Which isn't a very compelling point estimate. So I think I missed a y_n somewhere but I don't know where. Any thoughts? Thanks in advance.
Let Y_n be the nth order statistic of a random sample of size n from a distribution with pdf f(x|\theta)=1/\theta from 0 to \theta, zero elsewhere. Take the loss function to be L(\theta, \delta(y))=[\theta-\delta(y_n)]^2. Let \theta be an observed value of the random variable \Theta, which has the prior pdf h(\theta)=\frac{\beta \alpha^\beta} {\theta^{\beta + 1}}, \alpha < \theta < \infty, zero elsewhere, with \alpha > 0, \beta > 0. Find the Bayes solution \delta(y_n) for a point estimate of \theta.
The attempt at a solution
I've found that the conditional pdf of Y_n given \theta is:
\frac{n y_n^{n-1}}{\theta^n}
which allows us to find the posterior k(\theta|y_n) by finding what it's proportional to:
k(\theta|y_n) \propto \frac{n y_n^{n-1}}{\theta^n}\frac{\beta \alpha^\beta}{\theta^{\beta + 1}}
Where I'm sketchy is that apparently we can just remove all terms not having to do with theta, come up with a fudge factor to make the distribution integrate to 1 over its support, and call it good. I end up with:
\frac{1}{\theta^{n+\beta}}
When I integrate from \alpha to \infty, and solve for the fudge factor, I get (n+\beta)\alpha^{n+\beta} as the scaling factor, so for my posterior I get:
(n+\beta)\alpha^{n+\beta}\frac{1}{\theta^{n+\beta}}
Which doesn't even have a y_n term in it. Weird.
When I find the expected value of \theta with this distribution, I get 1. Which isn't a very compelling point estimate. So I think I missed a y_n somewhere but I don't know where. Any thoughts? Thanks in advance.