Absolutely stuck on section A of this question I found. I've been trying over 3 hours and still failing, can anyone here guide me through?
Suppose a random sample $x = (x_1, x_2,\ldots, x_n)$ is taken from a normal N($\Theta$, 1) distribution. It is desired to estimate the mean $\Theta$. A normal distribution with zero mean and variance $\frac{1}{t^2}$ is used as a prior distribution for $\Theta$.
(a) Show that the posterior density $\pi(\Theta|x)$ satisfies $$ \pi (\Theta |x)\propto\exp\left \{ -\frac{1}{2}\left ( \Theta ^{2}\left ( n +t^{2} \right ) - 2n\mu \Theta \right ) \right \} $$
where
$$ \mu = \frac{1}{n}\sum_{i=1}^{n}x_{i} $$
By writing this posterior density in the form
$$ \pi (\Theta |x)\propto exp\left ( -\frac{\left ( \Theta -m \right )^{2}}{2\nu ^{2}} \right ) $$
deduce the posterior distribution of $\Theta$.
(b) Using your posterior distribution for $\Theta$, what is your estimate for $\Theta$? By recalling that $X_i - N(\Theta, 1)$, obtain the mean and variance of your estimate. (c) Discuss what happens to your estimate (i) if $n$ is large, (ii) if $t$ is large, (iii) if $t$ is small. (d) Discuss why someone might choose the case (i) large $t$, (ii) small $t$.
$T_{post} = T_{prior} + T_{data}$ but I'm not sure how to utilize this.
For Ci. is it correct that the estimate will become closer to the sample mean when $N$ is large? Cii. make $t$ converge towards the mean? Ciii. the larger the ratio it is towards the estimate?