What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » Probobility Question? MATH

Probobility Question? MATH
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: Probobility Question? MATH
[code]You could also use binomial probability distribution functions or binomial cumulative distribution functions.

n = # or trials
p = P(success)
r = # of successes

in form of:
binompdf(n,p,r)    or
binomcdf(n,p,r)

n = 2
p = 0.6        {decimal of 60%)

only 1 success

binompdf as only one point is wanted

r = 1

binompdf(2,0.6,1) = 0.48 = 48%

more than 1 success

binomcdf as multiple points are wanted (in this case binompdf would also work)

I will take the cumulative probability or all integers from before 1 and take this away from total probability (1 or 100%)

r=0       {the first integer preceeding 1}

1 - binomcdf(2,0.6,0) = 1 - 0.16 = 0.84 = 84%

Just another way of proving the answer but this is more simple (only takes a couple of numbers to enter and really basic maths) and will be more valuable later when dealing with more complex questions.  Hope I helped and not confused you more, if you need more explaination just PM me.

quote:
Originally posted by rix
Logically it would be 30%?! But heey, im not a rocket scientist.


I can see that :P

*Markee runs

This post was edited on 02-14-2006 at 04:15 PM by markee.
[Image: markee.png]
02-14-2006 04:09 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Probobility Question? MATH - by .Roy on 02-14-2006 at 05:59 AM
RE: Probobility Question? MATH - by rix on 02-14-2006 at 06:17 AM
RE: Probobility Question? MATH - by ddunk on 02-14-2006 at 06:26 AM
RE: Probobility Question? MATH - by .Roy on 02-14-2006 at 07:33 AM
RE: Probobility Question? MATH - by Plik on 02-14-2006 at 07:52 AM
RE: Probobility Question? MATH - by Chrono on 02-14-2006 at 08:18 AM
RE: Probobility Question? MATH - by RaceProUK on 02-14-2006 at 10:55 AM
RE: Probobility Question? MATH - by Mnjul on 02-14-2006 at 11:51 AM
RE: Probobility Question? MATH - by John Anderton on 02-14-2006 at 12:20 PM
RE: Probobility Question? MATH - by qgroessl on 02-14-2006 at 01:17 PM
RE: Probobility Question? MATH - by John Anderton on 02-14-2006 at 02:01 PM
RE: Probobility Question? MATH - by markee on 02-14-2006 at 04:09 PM
RE: Probobility Question? MATH - by .Roy on 02-14-2006 at 07:57 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On