In an interview $63\%$ of $100$ randomly chosen people gave an positive answer. $p$ is this amount from all people. What is the maximum likelihood estimation of $p$? Calculate the wald interval of $p$!
I understand it so, that $p = 0.63 $. I also want to give the steps of the deviation of the formula of the likelihood. So I tried to start with this formula for the likelihood: $L(p)=\prod \limits_{i=1}^{n}p(x_i, p) = \prod \limits_{i=1}^{n}P(X_i=x_i) = \prod \limits_{i=1}^{100}P(X_i =0.63)$
$\hat{p} = \frac{1}{n} * \sum\limits_{i=1}^{n} x_i = \frac{1}{100} * 63 = 0.63$
And for the wald interval:
$\hat{p} \pm Z_{1-\frac{\alpha}{2}} * \sqrt{\frac{\hat{p} (1-\hat{p} )}{n}}$
When I use $0.63$ for $\hat{p}$ I get the interval $[0.54; 0.72]$.
So I don't really understand how to get from the formula of $L(p)$ to the value of $\hat{p}$. I'm also not sure if this is already my final result for the likelihood. I got this with the help of a book, and there seem to be some steps missing. I'm also not sure if this is in general the right way of solving it and if I used the right formula and values for the Wald interval.
