Can someone explain me, how the Law of large numbers and the Gambler's Fallacy do not contradict.
The Gambler's Fallacy says, that there is no memory in randomness and any sequence of events has the same probability as any other sequence.
However, the Law of large numbers says, that given enough repetitions a certain event will likely happen.
To my understanding, these two kinda contradict each other because one says that you can not predict any random event but the other one says so (given enough repetitions of course).
For example imagine a series of coin tosses where the coin comes up heads a million times. The Gambler's fallacy says that the chance for the next toss to be tails is still 1/2. However the law of large numbers says, that since enough repetitions of tosses have come up heads, the next toss is more likely to be tails. (Which is definitely wrong?)
The keyword here for me is given.
Your Gambler's Fallacy quote mentions that there is no memory in randomness, which is true, the events are independent. But the use of the word "given" introduces memory and future events become "dependant".
If I ask you:
Your calculation would be:
$$ P(A \& B) = P(A) \times P(B) ={1\over 2} \times {1\over 2} = {1\over 4} $$
If I ask you:
Your calculation is:
$$ P(A | B) = { P(A \& B) \over P(A) } = {{1\over 2} \times {1\over 2} \over {1 \over 2}} = {1 \over 2} $$
Would be good if somebody could check my maths. It's been about 10 years since I did stats!