Suppose y ~ Binomial (n, θ), with n known, and the prior for θ is π(θ) = Beta (α, β). Here Bin stands for the Binomial distribution and (1) What is the posterior density of θ? (2) What is the marginal likelihood of y? (3) Suppose the above model is labelled M0. There is a possible alternative model M1 which is y ~ Bin (n, 1/2). Find the Bayes Factor B01. Use the same data set from Homework 2 "HW2_data.csv", but only consider the y values. It is assumed (yi) i=1 to n iid ~ N(θ, σ^2), with θ and σ unknown. Let λ = 1/σ^2 and take the prior for (θ, λ) as π(θ|λ) = N(0, (0.01λ)^-1) and π(λ) = Ga(0.01, 0.01). (4) What's the posterior distribution of θ given λ? (5) What's the posterior distribution of λ?