殭屍分析總結

R 的 Bayesian 資料分析基礎

Rasmus Bååth

Data Scientist

殭屍分析的結果

data = c(1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0) 
posterior <- prop_model(data)
median(posterior)
0.19
quantile(posterior, c(0.05, 0.95))
5%    95% 
0.06  0.39
sum(posterior > 0.07) / length(posterior)
0.93
R 的 Bayesian 資料分析基礎

期刊中的結果

R 的 Bayesian 資料分析基礎

R 的 Bayesian 資料分析基礎

R 的 Bayesian 資料分析基礎

接下來:Bayes 怎麼運作?

R 的 Bayesian 資料分析基礎

Preparing Video For Download...