Exercise 4.6 Solution Example - Hoff, A First Course in Bayesian Statistical Methods
標準ベイズ統計学 演習問題 4.6 解答例

Table of Contents

answer

a, b = 1, 1
θ_prior_mc = rand(Beta(a, b), 1000000)
γ_prior_mc = map(θ -> log(θ/(1-θ)), θ_prior_mc)

exercise4_6.png

This prior is informative about \( \gamma \) because this gives us information that \( \gamma \) is symmetrically distributed around 0.

Author: Kaoru Babasaki

Email: [email protected]

Last Updated: 2025-05-02 金 16:29

home Home | ホーム | GitHub