Suppose that a statistical model is given by the family of Bernoulli($\theta$) distributions where $θ \in \Omega = [0, 1]$. If our interest is in making inferences about the probability that two independent observations from this model are the same, then determine $ψ(θ)$.
SOLUTION: We have that $\psi(\theta) = (1-\theta)^2 + \theta^2$. How?
Suppose $X_1, X_2\stackrel{\text{i.i.d}}{\sim}\text{Bernoulli}(\theta)$ i.e. $P(X_1=1)=\theta$ and $P(X_1=0)=1-\theta$. Then $$ P(X_1=X_2)=P(X_1=1, X_2=1)+P(X_1=0, X_2=0)=P(X_1=1)^2+P(X_1=0)^2 $$ by independence and Identically distributed assumption. The result follows.