Skip to content

Commit 208139f

Browse files
authored
Update prob_meaning.md
1 parent 923cfcc commit 208139f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/prob_meaning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,9 @@ fig, ax = plt.subplots(figsize=(10, 6))
580580
for ii, num in enumerate(num_list[14:]):
581581
ii += 14
582582
ax.plot(θ_values, Bay_stat.posterior_list[ii].pdf(θ_values),
583-
label='Posterior with n=%d thousand' % (num/1000))
583+
label='后验分布(样本量 = %d 千)' % (num / 1000))
584584
585-
ax.set_title('P.D.F of Posterior Distributions', fontsize=15)
585+
ax.set_title('后验分布的概率密度函数', fontsize=15)
586586
ax.set_xlabel(r"$\theta$", fontsize=15)
587587
ax.set_xlim(0.3, 0.5)
588588

0 commit comments

Comments
 (0)