I have a question. Can you put those equations into a formula I can easily paste into a spreadsheet? (like excel, or open office). I'm an admitted math fail, and those formulas that require pictures to show, have too many greek letters (or none?)
Thanks.
It's all explained in
the blog post, however if p = the probability to win a game (the game percentage / 100 ) and n=number of losses in a row, then:
* The average number of loss runs until the next expected number of losses in a row: (1-p)^(1-1/p)/p
* The average number of loss runs until the next n losses in a row: ((1 - p)^-n)/p
* The average number of loss runs until the next greater than n run of losses in a row: (1 - p)^-(n+1)
That should work for you.