0

I am struggling with the Wikipedia entry on Likelihood.

In an example it mentions $L(P_H = 0.5 |HH) = 0.25$

It mentions that

Bayes' theorem implies that the posterior probability is proportional to the likelihood times the prior probability.

I am trying to understand, in our scenario, what the prior and the post should be. I thought of

post = prior * likelihood = 0.5 * 0.25 = 0.125

This seems way too small. How is the "proportional" calculated?

Kirsten
  • 439
  • 1
  • 13

1 Answers1

2

When you multiply a prior probability distribution by the likelihood function you can get a distribution that has an integral of more or less than one. It is not a probability distribution until you scale it to get that integral back to one.

Michael Lew
  • 10,995
  • 2
  • 29
  • 47