When a coin with bias θ for flipping heads is flipped thrice the following result is recorded:
$1st$ Trial: $1$
$2nd$ Trial: $0$
$3rd$ Trial: $1$
($1 =$ heads, $0 =$ tails).
Let this data be represented by x. Would the likelihood function (x|θ) be $$θ^2(1-θ)$$ or $${3 \choose 2}θ^2(1-θ)?$$
Thanks!
You know the order of occurrence.
So The likelihood is the first one $\theta(1-\theta)\theta$
But for optimization there is no difference since $3 \choose 2$ is just a constant.