But how smart will the next zombie be?
So we have an idea about what the mean zombie IQ is but what range of zombie IQs should we expect? And how likely is it that the next zombie you encounter is, at least, moderately intelligent?
Diese Übung ist Teil des Kurses
Fundamentals of Bayesian Data Analysis in R
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
head(pars_sample)
pred_iq <- rnorm(10000, mean = pars_sample$mu,
sd = pars_sample$sigma)
# Visualize pred_iq