Two Plus Two Newer Archives

Two Plus Two Newer Archives (http://archives1.twoplustwo.com/index.php)
-   Poker Beats, Brags, and Variance (http://archives1.twoplustwo.com/forumdisplay.php?f=56)
-   -   i just analyzed my 25/50 results for this year (http://archives1.twoplustwo.com/showthread.php?t=356491)

stinkypete 03-16-2007 06:19 AM

i just analyzed my 25/50 results for this year
 
number of all in hands: 77
total equity after money went in: $68,713.76
total money won: $49,234.87

difference: ($19,478.89)

chances of running this bad or worse: ~0.5%

POKER IS GAY. STARS IS RIGGED. FU ALL.

and yes, i calculated all this [censored] because i hate life.

kyleb 03-16-2007 06:20 AM

Re: i just analyzed my 25/50 results for this year
 
[ QUOTE ]
chances of running this bad or worse: ~0.5%

[/ QUOTE ]

yeah right let's see some math

stinkypete 03-16-2007 06:23 AM

Re: i just analyzed my 25/50 results for this year
 
[ QUOTE ]
[ QUOTE ]
chances of running this bad or worse: ~0.5%

[/ QUOTE ]

yeah right let's see some math

[/ QUOTE ]





#include <stdio.h>
#include <stdlib.h>
#include <time.h>


int
main(int argc, char **argv) {

int numba = 77;

double equity[77] = {
0.5,
0.569,
0.465,
0.112,
0.189,
0.271,
0.622,
0.283,
0.452,
0.614,
0.546,
0.756,
0.912,
0.315,
0.637,
0.475,
0.092,
0.185,
0.525,
0.744,
0.67,
0.319,
0.491,
0.696,
0.634,
0.18,
0.447,
0.679,
0.264,
1,
0.746,
0.25,
0.475,
0.26,
0.809,
0.253,
0.686,
0.25,
0.04,
0.094,
0.819,
0.264,
0.447,
0,
0.882,
0.068,
0.932,
0.259,
0.156,
0.196,
0.824,
0.435,
0.879,
0.496,
0.463,
0.362,
0.248,
0.733,
0.713,
0.47,
0.813,
0.458,
0.526,
0.375,
0.282,
0.897,
0.47,
0.473,
0.131,
0.26,
0.318,
0.504,
0.516,
0.471,
0.731,
0.436,
0.809
};


double potsize[77] = {
1497,
573,
548,
2394,
2222,
1572,
2048,
1697,
1635,
2197,
1923,
2022,
1472,
1854,
966,
1672,
2072,
1797,
1772,
1922,
1147,
2247,
1822,
2381,
2997,
1247,
1897,
2211,
2394,
997,
1061,
2023,
1849,
1667,
1747,
1973,
2547,
2222,
1416,
2035,
2147,
1272,
2819,
3766,
1272,
2747,
1772,
1716,
1272,
2072,
2347,
1897,
2438,
2022,
1322,
2022,
2772,
2460,
2285,
1872,
1994,
2073,
2522,
3636,
1873,
1794,
2073,
2275,
1173,
2203,
1448,
1997,
2022,
2447,
1672,
2016,
1072
};




const int runs = 100000;
double total[runs];

int count = 0;

srand ( time(NULL) );

for(int j = 0; j < runs; j++) {
total[j] = 0;
for (int i = 0; i < numba; i++) {
double rando = double(rand()) / RAND_MAX;
//printf("rando: %f, equity: %f\n",rando,equity[i]);
if(rando <= equity[i]) {
total[j] += potsize[i];
}
}
if (total[j] < 49234.87)
count++;
//printf("You won $%f.\n",total[j]);
}

printf("You ran worse %d times out of %d.\n",count,runs);





}

rakemeplz 03-16-2007 06:23 AM

Re: i just analyzed my 25/50 results for this year
 
I like people who analyze bad results over a short period and make up some math to quantify it.

Good stuff OP.

stinkypete 03-16-2007 06:24 AM

Re: i just analyzed my 25/50 results for this year
 
[ QUOTE ]
I like people who analyze bad results over a short period and make up some math to quantify it.

Good stuff OP.

[/ QUOTE ]

its not hard to analyze equity after the money went in on all in hands.

billyjex 03-16-2007 06:25 AM

Re: i just analyzed my 25/50 results for this year *DELETED*
 
Post deleted by Gildwulf

stinkypete 03-16-2007 06:25 AM

Re: i just analyzed my 25/50 results for this year
 
and yes, that code is ugly as [censored] but its a 5 minute hack so screw you

stinkypete 03-16-2007 06:26 AM

Re: i just analyzed my 25/50 results for this year
 
[ QUOTE ]
deleted

[/ QUOTE ]

wanna do it together?

TheTruthSpeaks 03-16-2007 06:29 AM

Re: i just analyzed my 25/50 results for this year
 
[ QUOTE ]
STARS IS RIGGED.

[/ QUOTE ]

OBV.

Why hasn't somebody developed some kind of software to analyze every part of a hand equity/ probability wise. The only thing people use is pokertracker which tells you absolutely nothing.

1968 03-16-2007 06:57 AM

Re: i just analyzed my 25/50 results for this year
 
[ QUOTE ]
[ QUOTE ]
kill yourself

[/ QUOTE ]

wanna do it together?

[/ QUOTE ]
lol


All times are GMT -4. The time now is 10:37 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.