library(rstanarm)
<-
model stan_glm(h ~ 1,
prior_intercept = normal(0,1),
prior_aux = exponential(0.1),
daten = meine_Daten
)
stan_glm01a
probability
bayes
Exercise
Gegeben dem folgenden Modell, geben Sie die verwendeten Prioris in statistischer Notation an.
Solution
Likelihood: \(h_i \sim \mathcal{N}(\mu, \sigma)\)
Prior für \(\mu\): \(\mu \sim \mathcal{N}(0, 1)\)
Prior für \(\sigma\): \(\sigma \sim \text{Exponential}(0.1)\)