Exercise 3.4 - Beta updating from censored likelihood

Answers

The derivation is straightforward:

p ( 𝜃 , X < 3 ) = p ( 𝜃 ) p ( X < 3 | 𝜃 ) = p ( 𝜃 ) ( i = 0 2 p ( X = i | 𝜃 ) ) = Beta ( 𝜃 | 1 , 1 ) ( i = 0 2 Bin ( i | 5 , 𝜃 ) ) ,

with

Bin ( m | n , 𝜃 ) = ( n m ) 𝜃 m ( 1 𝜃 ) n m

is the probability that m heads appear in n times of experimens with the probability of head 𝜃 . The posterior distribution over 𝜃 , in this case, becomes much more involved.

User profile picture
2021-03-24 13:42
Comments