This question arrises from the lecture of a book called "Data mining" by Witten and Frank. I try to understand a statement and there is one point I just do not understand nor do I find any explanation:
We are considering a Bernoulli process which has a success rate p and thus mean p and variance p(1-p). So far so good. Now the text says
If N trials are taken from a Bernoulli process, the expected success rate f=S/N is a random variable with the same mean p; the variance is reduced by a factor of N to p(1-p)/N.
Now why is that?
If this question is trivial please excuse. I am not a mathematician but a physicist trying to get some knowledge in Data Science.
Thanks in advance!
Btw: I found this question here already but it makes me even more confused: Variance of n Bernoulli Trials