Univariate Gaussian Models Flashcards
Inference for µ when σ^2 is known
Conjugate prior, what is the posterior?
π(µ|x1, . . . , xn) ∼ N(a,b^2)
a = [ (n/σ1^2) * xbar + µ0/σ0^2 ] / [n/σ1^2 + 1/σ0^2]
b^2 = 1/ [n/σ1^2 + 1/σ0^2 ]
Inference for µ when σ^2 is known
Conjugate prior, what is the posterior mean?
a = [ (n/σ1^2) * xbar + µ0/σ0^2 ] / [n/σ1^2 + 1/σ0^2 ]
Inference for µ when σ^2 is known
Conjugate prior, what is the credible interval?
[a − z_α/2 * b, a + z_α/2 * b]
What is Jeffrey’s prior?
−E[∂^2/∂^2µ log f (X|µ)]
Inference for µ when σ^2 is known
Uninformative prior, what is the posterior distribution and mean?
N(xbar, σ1^2/ n)
Inference for µ when σ^2 is known
Uninformative prior, what is the credible interval?
[ xbar ± z(α/2) * (σ1/sqrt(n)) ]
Inference for σ^2 when µ is known
Conjugate prior, how do you re-parametrise?
φ = 1 / σ^2
Inference for σ^2 when µ is known
Conjugate prior, what is the posterior of φ?
Gamma ( (a+n) / 2 , [ b + (n-1)s^2 + n(xbar - mu)^2] / 2 )
Inference for σ^2 when µ is known
Non-informative prior, what is the posterior?
Gamma( n/2, [sum(i=1 to n) (xi - mu1)^2 ] /2 )