Thread Closed

building a statistical model

 
Share Thread Thread Tools
Jan15-04, 09:11 PM   #1
 

building a statistical model


I have near to no knowledge of statistics, and I want to build a statistical model that can help me calculate %chance of an event happening in situations of type:

every try has 25% success rate
after 6 tries, what are the probabilities of having succeeded at least 5times? After 12tries?

or

each shot has 42% success rate
after 5 tries, how what are the probabilities of succeding at least 4times?


How can I calculate probabilities like these?
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Jan15-04, 09:24 PM   #2
 
Sounds like you want a binomial model. Given probability of success p and n attempts, the probability of exactly k successes is:

[tex]\binom{n}{k}p^k(1-p)^{n-k}[/tex]

Of course, to figure out the probability of at least k successes, you have to add up these probabilities for every value greater than or equal to k.
Jan15-04, 09:29 PM   #3
 
what does the n above k in brackets mean?
Jan16-04, 05:34 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

building a statistical model


[tex]\binom{n}{k}[/tex] is the "binomial coefficient". It is the coefficient of xkyn-k in (x+y)n as well as the kth term in the nth line in Pascal's triangle and can be calculated as [tex]\frac{n!}{k!(n-k)!}[/tex].

It is sometimes written nCk and our British colleagues seem to refer to it as "n choose k" since it is also the number of different ways one can choose k items from a set of n items.
Jan16-04, 05:52 AM   #5
 
And just in case you do not know what [itex]x![/itex] means: it means [itex]x[/itex] factorial:

[tex]x! = 1\times 2\times 3 \times \ldots \times (x-1) \times x[/tex]
Jan16-04, 08:50 AM   #6
 
Ok, thx for explanation!
Thread Closed
Thread Tools


Similar Threads for: building a statistical model
Thread Forum Replies
building statistical thermodynamics from cellular automata General Physics 2
Physics project - building a model General Physics 0
building statistical thermodynamics from cellular automata General Physics 2