Skip to content

Commit 4a20d79

Browse files
committed
renamed parameters to use theta
1 parent e80e78c commit 4a20d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

figures.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for file_type in file_types
3636

3737
# Plot results
3838
plot_params = (linewidth=2., dpi=300)
39-
paramNames = ["p" "p" "p" "σ"]
39+
paramNames = ["θ" "θ" "θ" "σ"]
4040

4141
# Plot acceptance rate
4242
plot([mean(accepts[max(i-499,1):i]) for i in 1:numSamples], xlabel="Iteration",

0 commit comments

Comments
 (0)