Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some small changes in Metropolis-Hastings lecture #26

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

trahflow
Copy link
Member

@trahflow trahflow commented Feb 5, 2024

The large diff at the top is just due to moving the code example (convergence of 2-state example) closer to the top.

@@ -493,7 +532,7 @@ $$
\begin{pmatrix}
\alpha \\ \beta
\end{pmatrix} \to
\min\bigl\{\alpha\, p(x_1), \beta\, (1-p(x_2)) \bigr\}
\min\bigl\{\alpha\, p(x_1), \beta\, p(x_2) \bigr\}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be just p(x_2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant