my ques is a bit different one, i don't want to know the probability of throwing coin n times or knowing the probability of biased flipping x times. i want to know the probability p of head, if a coin is biased, i want know the algorithm to find the value of 'p'. how can i find the value of p, whether it is .1 or .4 or .5, i don't know, i want to find this. i want to know the algorithm for this. please explain by elaborating everything
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
You can never do enough flips to know $p$ exactly. One estimate you could make is to throw the coin "a lot" of times, then estimate $p$ as the fraction of heads you get. If you did $N$ flips and got $pN$ heads, this will maximize $p^{Np}(1-p)^{N(1-p)}{N \choose Np}$, the chance that if the heads probability is $p$ you got this many heads. There is a subtle difference between the chance that you got this many heads given $p$ and the chance of $p$ given this many heads, but you shouldn't be far wrong. |
|||||
|