Skip to content

Commit

Permalink
bit of format
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Aug 15, 2024
1 parent 3afc232 commit 55dbab5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions gibbs_example/mh.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,7 @@ samples = AbstractMCMC.sample(
)
_samples = map(t -> only(t.params), samples)

histogram(
_samples;
normalize=:pdf,
label="Samples",
title="RWMH Sampling of Normal(10, 1)",
)
histogram(_samples; normalize=:pdf, label="Samples", title="RWMH Sampling of Normal(10, 1)")
plot!(Normal(10, 1); linewidth=2, label="Ground Truth")

samples = AbstractMCMC.sample(
Expand Down

0 comments on commit 55dbab5

Please sign in to comment.