ज़ॉम्बी विश्लेषण का समापन

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...