User:IssaRice/Ergodicity: Difference between revisions

From Machinelearning
No edit summary
No edit summary
Line 4: Line 4:
** Really understand the 1.5x/0.6x game
** Really understand the 1.5x/0.6x game
** Try to formalize the game using random variables
** Try to formalize the game using random variables
** Come up with a formal expression for the time-average winnings vs ensemble winnings. I think you come up with something like <math>\sum_{k=0}^n \binom nk 1.5^k 0.6^{n-k} \frac1{2^n}</math>
** Come up with a formal expression for the time-average winnings vs ensemble winnings. I think you come up with something like <math>\sum_{k=0}^n \binom nk 1.5^k 0.6^{n-k} \frac1{2^n}</math>. Can you prove this is always greater than 1?
** figure out what percentage of flips need to be heads in order for you to have positive winnings. you want <math>1.5^k 0.6^{n-k} > 1</math> so the break-even value of k is <math>k = -n\log0.6/\log(1.5/0.6)</math> so the fraction of heads is <math>k/n \approx 0.557</math>. Understand that by law of large numbers, your fraction of heads will be super close to 0.5 in the long run, so you will almost never get anywhere close to having 56% of your flips be heads, so you almost certainly lose.
** figure out what percentage of flips need to be heads in order for you to have positive winnings. you want <math>1.5^k 0.6^{n-k} > 1</math> so the break-even value of k is <math>k = -n\log0.6/\log(1.5/0.6)</math> so the fraction of heads is <math>k/n \approx 0.557</math>. Understand that by law of large numbers, your fraction of heads will be super close to 0.5 in the long run, so you will almost never get anywhere close to having 56% of your flips be heads, so you almost certainly lose.
* read https://ergodicityeconomics.files.wordpress.com/2018/06/ergodicity_economics.pdf sections 1.1, 1.2, 2.1, 2.2, 2.3, 2.4, 2.5. something like that.
* read https://ergodicityeconomics.files.wordpress.com/2018/06/ergodicity_economics.pdf sections 1.1, 1.2, 2.1, 2.2, 2.3, 2.4, 2.5. something like that.

Revision as of 22:57, 12 February 2020

Here's my suggested path to learning about this, assuming you just know basic probability and statistics and calculus but you know nothing about ergodicity:

See also