Open Side Menu Go to the Top
Register
New AHK script: Bubble Factor Calculator New AHK script: Bubble Factor Calculator

02-18-2008 , 02:43 AM
Quote:
Originally Posted by a nonymous
Do you have a link to where I can find out how to do the math?
Dont have a link, but you just compare EVwon compared to EVlost and see how much more valuable your chips are compared to those you can win.
Look in the BBFv0.7.ahk to see how the calculation is done.

Doing there calculations manually takes a lot of time though.. thats why this tool is so cool
New AHK script: Bubble Factor Calculator Quote
02-18-2008 , 03:26 AM
Quote:
Originally Posted by marand
Dont have a link, but you just compare EVwon compared to EVlost and see how much more valuable your chips are compared to those you can win.
Look in the BBFv0.7.ahk to see how the calculation is done.

Doing there calculations manually takes a lot of time though.. thats why this tool is so cool
I was actually interested since you found a bug. I was hoping to be able to test it out on my own to make sure the numbers were right. I'd hate to study incorrect information.

I agree that this tool is very cool. Very very useful. I just would like to confirm that it's 100% accurate.

Thanks for your help.
New AHK script: Bubble Factor Calculator Quote
02-18-2008 , 03:50 AM
Well so much for being 99% sure

I uploaded version 0.8 fixing the stack 2 vs stack 6 typo and adding 0 as a default stack size. I can't check accuracy of calcs right now so let me know if it seems right.

http://overcards.com/wiki/moin.cgi/B...ctorCalculator

And a quick lowdown on how the numbers are calculated with some made-up numbers:

Your current EV = E (ex. 15)
Increase in EV if win allin against opponent = W (ex. +5 to 20)
Decrease in EV if lose allin against opponent = L (ex -15 to 0)

Bubble factor = L/W = 3

Because of the non-linear value of chips your Bubble Factor can never be less than 1.

Last edited by Everlong; 02-18-2008 at 03:58 AM.
New AHK script: Bubble Factor Calculator Quote
02-18-2008 , 03:55 AM
Suggestion: Add a clear button to set all stacks back to 0. If that's hard, don't worry about it obv.
New AHK script: Bubble Factor Calculator Quote
02-18-2008 , 03:57 AM
If you care, the new version still says v.0.7 in the title bar.
New AHK script: Bubble Factor Calculator Quote
02-18-2008 , 04:01 AM
Quote:
Originally Posted by a nonymous
If you care, the new version still says v.0.7 in the title bar.
Fixed, thanks!

Quote:
Originally Posted by a nonymous
Suggestion: Add a clear button to set all stacks back to 0. If that's hard, don't worry about it obv.
Done, version 0.9 up.

Last edited by Everlong; 02-18-2008 at 04:14 AM.
New AHK script: Bubble Factor Calculator Quote
02-18-2008 , 04:43 AM
Quote:
Originally Posted by a nonymous
Thanks, Everlong. This is must be very useful for donk-n-go players, but I have no clue what any of it means.
fyp4me



Everlong
New AHK script: Bubble Factor Calculator Quote
02-18-2008 , 04:53 PM
50/30/20 payout

6 players, all with 2000 chips
Stack 6 has different bubble factors than the other players.
Between player 1 and player 2-5 all bubble factors are 1.39.

Stack6_vs_Stack1: 1.39
Stack6_vs_Stack2: 1.35
Stack6_vs_Stack3: 1.35
Stack6_vs_Stack4: 1.27
Stack6_vs_Stack5: 1.45

Obviously all bubble factors should be the same with equal stacks.
New AHK script: Bubble Factor Calculator Quote
02-18-2008 , 05:37 PM
I'll take it down and go through the numbers, I have obv, copy/pasted myself in the foot somewhere.

Reposting later when fixed, sry...
New AHK script: Bubble Factor Calculator Quote
02-21-2008 , 03:40 AM
Version 1.2 is up with typos fixed.
http://overcards.com/wiki/moin.cgi/B...ctorCalculator
New AHK script: Bubble Factor Calculator Quote
02-21-2008 , 03:45 AM
Quote:
Originally Posted by Everlong
Version 1.2 is up with typos fixed.
http://overcards.com/wiki/moin.cgi/B...ctorCalculator
Reset button!

Thanks.
New AHK script: Bubble Factor Calculator Quote
02-21-2008 , 04:28 AM
How hard would it be to add in the ability to paste a hand history into a field, hit Calculate, and have the Calculator pull the stack sizes from the hand history?
New AHK script: Bubble Factor Calculator Quote
02-21-2008 , 04:36 AM
By the way, I'd pay for this if you decided you wanted to sell it.
New AHK script: Bubble Factor Calculator Quote
02-21-2008 , 04:47 AM
HH input is a good idea.
I am a total AHK noob and this is my first project mostly to try and learn AHK a bit - trying to add that will be a nice continuation.

Don't excpect it to get done swiftly though
New AHK script: Bubble Factor Calculator Quote
02-21-2008 , 04:57 AM
Quote:
Originally Posted by Everlong
HH input is a good idea.
I am a total AHK noob and this is my first project mostly to try and learn AHK a bit - trying to add that will be a nice continuation.

Don't excpect it to get done swiftly though
Sounds good, thanks.
New AHK script: Bubble Factor Calculator Quote
02-22-2008 , 05:17 AM
OK,

I got FTP hh pasting supported for Holdem and non-holdem games. PS holdem works too.
I would need PS non-holdem histories and other sites that should be supported. Please pm me if you feel like helping out.

Thanks.
New AHK script: Bubble Factor Calculator Quote
02-22-2008 , 04:47 PM
Nice work, this is great.

My only suggestion would be to make the Reset button reset the Hand History field as well.

I'll get some more HHs together for you now.
New AHK script: Bubble Factor Calculator Quote
02-22-2008 , 06:02 PM
one suggestion, could you make it for more than 3 payout spots? 18man, 45man sng's have 4 and 7 payout spots.
New AHK script: Bubble Factor Calculator Quote
02-22-2008 , 07:44 PM
Quote:
Originally Posted by PLOlover
one suggestion, could you make it for more than 3 payout spots? 18man, 45man sng's have 4 and 7 payout spots.

I understand what you are shooting for but the number of calcs would increase exponentially. With my current knowledge unpossible

edit: OK maybe 4 spots I could do
New AHK script: Bubble Factor Calculator Quote
02-26-2008 , 10:51 AM
Please get the box to stop moving when I calculate
New AHK script: Bubble Factor Calculator Quote
02-26-2008 , 01:58 PM
Quote:
Originally Posted by DarkKnight
Please get the box to stop moving when I calculate
Please clarify.
New AHK script: Bubble Factor Calculator Quote
02-27-2008 , 03:29 AM
Version 1.3: option to calculate for 6max game (correctly adjusts calc). 6-max is not yet automatically parsed from HH. If you paste a 6max hand click calc from HH, then check the 6max box and hit calc

uploaded
http://overcards.com/wiki/moin.cgi/B...ctorCalculator


edit: I am working on a complete overhaul so this will be the final version of this incarnation
New AHK script: Bubble Factor Calculator Quote
02-28-2008 , 04:26 PM
Version 1.3g: Displays players from HH, parses correctly for 6max etc and supports PS, FTP & (PP not 100% tested)



New AHK script: Bubble Factor Calculator Quote
02-28-2008 , 05:20 PM
Quote:
Originally Posted by Everlong
Version 1.3g: Displays players from HH, parses correctly for 6max etc and supports PS, FTP & (PP not 100% tested)



Displaying players from HH is a great addition. Nice work.
New AHK script: Bubble Factor Calculator Quote
03-11-2008 , 10:56 AM
Quote:
Originally Posted by PLOlover
one suggestion, could you make it for more than 3 payout spots? 18man, 45man sng's have 4 and 7 payout spots.
So I have toyed around with this request. Problem is making bbf calculations for more than 4 spots while at the same time effectively calculating permutations of finishes takes forever literally.

I came up with this though to show you EV for final table situations in MTT sng:s.
Maximum payout spots in this one is 7.Theoretically you can enter any number of stacks - up to 8 it is pretty fast, 9 is tolerable and anything above 9 takes ages.


EDIT: hang on I broke the code somwhere....sigh

Last edited by Everlong; 03-11-2008 at 11:04 AM.
New AHK script: Bubble Factor Calculator Quote

      
m