-
Notifications
You must be signed in to change notification settings - Fork 945
Description
The two terms—average and expected value—are used somewhat interchangeably in the book (mainly chapters 3.1 and 3.2) even though they are, strictly speaking, two different things. For example, if I have 6-sided die, my expected value is always:
But, my average can be anything between 1 and 6. If I roll the die 10 times and get this sequence: 1 1 4 3 6 4 2 6 2 1, my average is:
The only thing that links the two values is the Law of Large Numbers, which states that average converges to the expected value as the number of samples increases.
Maybe some mention of the law can be made in the book and a few formulas tweaked where we equal the two.