Posterior Distribution from Beta Density with Exponential Prior

535 Views Asked by At

Let $X_1,...,X_n$ be iid random variables with a common density function given by:

$f(x|\theta)=\theta x^{\theta-1}$

for $x\in[0,1]$ and $\theta>0$.

Put a prior distribution on $\theta$ which is $EXP(2)$, where $2$ is the mean of the exponential distribution. Obtain the posterior density function of $\theta$. Do you recognize this distribution?

Clearly $f(x|\theta)$ is a beta distribution. But now I need to determine the posterior distribution. So this implies that the posterior distribution is

$$f(\theta|x)\propto f(x|\theta)\pi(\theta)=\frac{\theta x^{\theta-1}e^{-\theta/2}}{2}$$

But I don't really recognize the distribution at all. Was my calculation incorrect? If not, what is the name of this distribution?

1

There are 1 best solutions below

3
On BEST ANSWER

You have $$f_{\Theta|X=x}(\theta)\propto \frac\theta 2 x^{\theta-1}e^{-\tfrac \theta 2}=\frac\theta 2 e^{\log{x^{\theta-1}}}e^{-\tfrac \theta 2}\propto \theta e^{\theta \log x}e^{-\tfrac\theta 2}=\theta^{2-1} e^{-\left(\tfrac12-\log(x)\right)\theta}.$$

So, this is proportional to the density of a $\Gamma\left(2,\tfrac12-\log(x)\right)$, or a $\Gamma\left(2,\tfrac2{1-2\log(x)}\right)$, depending on the convention you are used to.

(If you can't see it, maybe try putting $y$ —or even $x$— instead of $\theta$, and some letter like $b$, $\eta$, etc. instead of $x$.)