math - Probability and Frequency -


i in process of creating program , have run issue involves probability. question involves trying predict number using probability , frequency. have done plenty of research on matter not find example suits personal question.

question: frequency affect probability?

let's example, going flip coin 5 times. goal heads every single time. if heads first time, lower probability heads second time? or, if heads 4 times in row; lower probability heads fifth time? safer have higher chance of getting tails fifth time after getting 4 heads in row?

no, each flip independent of subsequent flips. can x heads in row , probability of fair coin coming heads next time still 0.50.

you might want read this:

https://stats.stackexchange.com/questions/21825/probability-over-multiple-blocks-of-events


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -