Skip to content

Commit d668cf4

Browse files
committed
modify var_nam in arviz
1 parent 56d96a9 commit d668cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/ar1_turningpts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ def draw_from_posterior(data, size=10000, bins=20, dis_plot=1, key=key):
498498
data=plot_data,
499499
compact=True,
500500
lines=[
501-
("ρ", {}, ar1.ρ),
502-
("σ", {}, ar1.σ),
501+
("rho", {}, ar1.ρ),
502+
("sigma", {}, ar1.σ),
503503
],
504504
backend_kwargs={"figsize": (10, 6), "layout": "constrained"},
505505
)

0 commit comments

Comments
 (0)