Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > General Gambling > Probability

Reply
 
Thread Tools Display Modes
  #1  
Old 04-30-2005, 05:25 PM
Tater10 Tater10 is offline
Junior Member
 
Join Date: Feb 2004
Posts: 15
Default Probability question...

40 yard dash statistics below.

Alf has a Avg of 4.42 with a stddev of .04
Bob has a Avg of 4.43 with a stddev of .04
Charlie a Avg of 4.45 with a stddev of .04
Dave's Avg is 4.47 with a stddev of .04

Is the probability that Alf beats Bob = Normsdist(.01/.04), or 59.87%? (.7733 for Alf vs Charlie, .89435 for Alf vs Dave)

If that is so, what is the probabilty that Alf wins a race with all 4 of them running? Do i have to monte carlo this? I am thinking i cant take .5987*.7733*.89435 to get to an answer.
Reply With Quote
  #2  
Old 04-30-2005, 08:16 PM
gaming_mouse gaming_mouse is offline
Senior Member
 
Join Date: Oct 2004
Location: my hero is sfer
Posts: 2,480
Default Re: Probability question...

[ QUOTE ]
40 yard dash statistics below.

Alf has a Avg of 4.42 with a stddev of .04
Bob has a Avg of 4.43 with a stddev of .04
Charlie a Avg of 4.45 with a stddev of .04
Dave's Avg is 4.47 with a stddev of .04

Is the probability that Alf beats Bob = Normsdist(.01/.04), or 59.87%? (.7733 for Alf vs Charlie, .89435 for Alf vs Dave)


[/ QUOTE ]

the random variable (Alf - Bob) ~ N(.01,(2*.04^2))

ie, normal with mean .01 and SD = sqrt(2*.04^2) = .057

Chance he wins is thus 0.5696

[ QUOTE ]
If that is so, what is the probabilty that Alf wins a race with all 4 of them running? Do i have to monte carlo this? I am thinking i cant take .5987*.7733*.89435 to get to an answer.

[/ QUOTE ]

That method won't work, as the chance that Alf beats Charlie GIVEN that he has already beaten Bob is not the same as the chance that he beats Charlie. You need to find the joint distribution of all 4 variables, which I believe is multi-variate normal. Then you need to do some triple integration, I believe.

Of course, Monte Carlo would work too.
Reply With Quote
  #3  
Old 04-30-2005, 11:58 PM
jason1990 jason1990 is offline
Senior Member
 
Join Date: Sep 2004
Posts: 205
Default Re: Probability question...

You could get away with a single integral here, if I'm interpreting the assumptions right:

P(A<B,A<C,A<D)=E[P(A<B,A<C,A<D | A)]=E[f(A)]

f(x)=P(x<B)P(x<C)P(x<D)
Reply With Quote
  #4  
Old 05-01-2005, 01:18 AM
gaming_mouse gaming_mouse is offline
Senior Member
 
Join Date: Oct 2004
Location: my hero is sfer
Posts: 2,480
Default Re: Probability question...

[ QUOTE ]
You could get away with a single integral here, if I'm interpreting the assumptions right:

P(A<B,A<C,A<D)=E[P(A<B,A<C,A<D | A)]=E[f(A)]

f(x)=P(x<B)P(x<C)P(x<D)

[/ QUOTE ]

Jason, I don't follow this. Are you saying you can just multiply the individual probabilities together? I could be wrong, but for some reason that didn't seem correct to me.

Also, would you mind taking a look at that other thread I started, down below?

Thanks,
gm
Reply With Quote
  #5  
Old 05-01-2005, 02:43 AM
jason1990 jason1990 is offline
Senior Member
 
Join Date: Sep 2004
Posts: 205
Default Re: Probability question...

Conditioned on A, those events are independent. In general, if

f(x) = P(A<B,A<C,A<D | A=x),

then

P(A<B,A<C,A<D) = E[f(A)].

In this case, since everything is independent, we have

f(x) = P(x<B,x<C,x<D) = P(x<B)P(x<C)P(x<D).
Reply With Quote
  #6  
Old 05-01-2005, 05:12 AM
Siegmund Siegmund is offline
Senior Member
 
Join Date: Feb 2005
Posts: 415
Default Re: Probability question...

Looks to me like Jason is right.

He's *NOT* saying P(A beats B and C)=P(A beats B)*P(A beats C).

He's saying P(min{B,C,D}>x) = P(B>x)P(C>x)P(D>x), so that if we want P(A wins a 4-way race), we integrate f(x)P(B>x)P(C>x)P(D>x) over all x.

This still isn't a pretty integral to do - since for each x, we need need the CDF of a normal distribution 3 times. Just a matter of notation to write it in the above form instead of a quadruple integral, Integrate[f[w,x,y,z], {z,w,Infty}, {y,w,Infty}, {x,w,Infty}, {w,-Infty,Infry}] in Mathematica-ese.
Reply With Quote
  #7  
Old 05-01-2005, 05:36 AM
gaming_mouse gaming_mouse is offline
Senior Member
 
Join Date: Oct 2004
Location: my hero is sfer
Posts: 2,480
Default Re: Probability question...

[ QUOTE ]
Looks to me like Jason is right.

He's *NOT* saying P(A beats B and C)=P(A beats B)*P(A beats C).


[/ QUOTE ]

Thank you for that clarification. That was all that was confusing me.

And yes, I was pretty sure already that jason was right and that I just wasn't following his argument [img]/images/graemlins/smile.gif[/img].
Reply With Quote
  #8  
Old 05-01-2005, 03:39 PM
alThor alThor is offline
Junior Member
 
Join Date: Mar 2004
Posts: 6
Default Re: Probability question...

[ QUOTE ]
what is the probabilty that Alf wins a race with all 4 of them running?

[/ QUOTE ]

I get around 43%. I did a discretized version of what the others referred to as the single integral method, in Excel. I don't think I made any mistake, but you never know.

alThor
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:09 AM.


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