Skip to content

Commit 55dbab5

Browse files
committed
bit of format
1 parent 3afc232 commit 55dbab5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

gibbs_example/mh.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,7 @@ samples = AbstractMCMC.sample(
133133
)
134134
_samples = map(t -> only(t.params), samples)
135135

136-
histogram(
137-
_samples;
138-
normalize=:pdf,
139-
label="Samples",
140-
title="RWMH Sampling of Normal(10, 1)",
141-
)
136+
histogram(_samples; normalize=:pdf, label="Samples", title="RWMH Sampling of Normal(10, 1)")
142137
plot!(Normal(10, 1); linewidth=2, label="Ground Truth")
143138

144139
samples = AbstractMCMC.sample(

0 commit comments

Comments
 (0)