Wen1201 commited on
Commit
17c7c7e
·
verified ·
1 Parent(s): 3791f21

Upload app_bayesian.py

Browse files
Files changed (1) hide show
  1. app_bayesian.py +2 -2
app_bayesian.py CHANGED
@@ -448,8 +448,8 @@ with tab1:
448
  st.markdown("""
449
  **Trace Plot 用途**:
450
  - 檢查 MCMC 抽樣是否收斂
451
- - 左圖:抽樣軌跡(應該像「毛毛蟲」)
452
- - 右圖:後驗分佈密度
453
  """)
454
 
455
  if st.session_state.trace_img:
 
448
  st.markdown("""
449
  **Trace Plot 用途**:
450
  - 檢查 MCMC 抽樣是否收斂
451
+ - 左圖:後驗分佈密度
452
+ - 右圖:抽樣軌跡(應該像「毛毛蟲」)
453
  """)
454
 
455
  if st.session_state.trace_img: