Skip to content

Commit

Permalink
Update section1_introduction.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lf28 committed Sep 22, 2022
1 parent 0e4de02 commit fa69d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion section1_introduction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ After finishing specifying the model, what is left is to routinely apply Bayes'
Note the prior is a constant, and the posterior is proportional to the likelihood:
$$p(\theta_A, \theta_B|\mathcal D) \propto p(\theta_A, \theta_B)\cdot p(\mathcal D|\theta_A, \theta_B) = \frac{1}{11^2} \cdot p(\mathcal D|\theta_A, \theta_B).$$
$$p(\theta_A, \theta_B|\mathcal D) \propto p(\theta_A, \theta_B)\cdot p(\mathcal D|\theta_A, \theta_B) = \frac{1}{101^2} \cdot p(\mathcal D|\theta_A, \theta_B).$$
And the normalising constant $p(\mathcal D)$ is
Expand Down

0 comments on commit fa69d02

Please sign in to comment.