I am looking for the mean and variance of a bernoulli distribution of two normally distributed random variables.
An example would be as follows: A coin flip
heads: draw from a $N(\mu1,\sigma1)$
tails: draw from a $N(\mu2,\sigma2)$
For the expected value of the coinflip I would think it equals $p*\mu1+(1-p)*\mu2$. Where $p$ is 0.5 in this case.
But I have no idea how to compute the variance of this bernoulli distribution.
Could somebody help me with this?