I'm trying to figure out the difference between an A/B split test and an ANOVA test and I came across this article. It suggests that the mean of $n$ independent Bernoulli random variables is normally distributed. Is this true?
If I have a random variable $y$ that follows a Bernoulli distribution:
$F(\theta) = \theta^{y}(1-\theta)^{1-y}$
And it takes values of 1 or 0, will the mean of $n$ of these variables be normally distributed?
$\frac{1}{n}\sum y_{i}$