Bitcoin Forum
June 06, 2024, 05:36:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Math help.  (Read 365 times)
chaoticbrain (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 27, 2014, 06:27:46 AM
 #1

Lets say you have a certain number of indicators. Each indicator on it's own own has an 80% chance of being accurate, if you have 5 or 7 different indicators say, how likely is it that the majority would be accurate ?

Thanks.
yogi
Legendary
*
Offline Offline

Activity: 947
Merit: 1042


Hamster ate my bitcoin


View Profile
January 27, 2014, 06:35:40 AM
 #2

5 * 0.8 = 4

chaoticbrain (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 27, 2014, 06:47:13 AM
 #3

5 * 0.8 = 4

How does that tell me what I'm asking ?
chaoticbrain (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 27, 2014, 07:02:48 AM
 #4

Lets say you have a certain number of indicators. Each indicator on it's own own has an 80% chance of being accurate, if you have 5 or 7 different indicators say, how likely is it that the majority would be accurate ?

Thanks.

Overall the majority will be accurate - you have said 80% will be accurate, and 80% is a majority.

Sorry, to clarify, I mean each indicator on it's own is 80% accurate.

Lets say we have 5 indicators that each will say "red" 80% of the time to indicate red, but can also sometimes say "blue" 20% of the time.

What are the chances of 3/5 of them saying "red", what are the chances of all of them saying "blue" ? etc.
chaoticbrain (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 27, 2014, 07:08:04 AM
 #5

Oh cool, thanks.

That makes sense.
dancupid
Hero Member
*****
Offline Offline

Activity: 955
Merit: 1002



View Profile
January 27, 2014, 07:09:44 AM
 #6

It's a binomial distribution

p=0.8, 5 indicators
X is number of indicators that are active

for majority active
Pr(X>2)=Pr(X=3) + Pr(X=4) + Pr(X=5)


boils down to: 10(0.8 )^3(0.2 )^2 + 5(0.8 )^4(0.2) + (0.8 )^5
=0.94208





http://en.wikipedia.org/wiki/Binomial_distribution

edit: someone beat me to it
Haidang1796
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
January 27, 2014, 08:23:40 AM
 #7

this isnt my level Grin

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!