Machine-Learning-A-Probabilistic-Perspective-Solutions icon indicating copy to clipboard operation
Machine-Learning-A-Probabilistic-Perspective-Solutions copied to clipboard

Problem 3.11.d

Open avandekleut opened this issue 5 years ago • 0 comments

You derive the likelihood, then say that the resulting distribution is

Ga(theta | N+1, lam+sum(x_i))

but plugging that into the definition given for the Gamma distribution in the textbook gives

Ga(theta | N+1, lam+sum(x_i)) = [lam+sum(x_i)]^(N+1) theta^N e^(- theta [lam+sum(x_i)])

which is not the likelihood that you derived.

Am I missing something here?

avandekleut avatar May 06 '20 15:05 avandekleut