Feb 1, 2020. Phil is down €452,523.65 after 6146 hands; I'm using std dev 183bb/100.
I would like to graph Phil Galfond's win rate, as a probability density function, given the current results.
---
Galfond EV (bb/100)= -36.81448503
Std Dev after 6146 hands =23.34290012
My first thought was to simply graph a normal distribution, with mean -37 and std dev 23.34.
This looks fine at first, but there are problems. This distribution assumes that it is just as likely that Phil has a win rate of -60bb/100 as he is to have a win rate of -13.5bb/100. (-36.8 +/- 23.34).
So I came up with another strategy that would assign more weight to values towards zero, and less weight to the extremities.
The "weighted probability function" works as follows:
Left = probability of EV assuming a true win rate of -37bb/100.
Right = probability of EV assuming a true win rate of 0bb/100.
The middle is the weighted probability function, obtained by multiplying and normalizing the "left" and "right" functions.
Is this approach valid?