Univariate Gaussian Models Flashcards

1
Q

Inference for µ when σ^2 is known

Conjugate prior, what is the posterior?

A

π(µ|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 ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Inference for µ when σ^2 is known

Conjugate prior, what is the posterior mean?

A

a = [ (n/σ1^2) * xbar + µ0/σ0^2 ] / [n/σ1^2 + 1/σ0^2 ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Inference for µ when σ^2 is known

Conjugate prior, what is the credible interval?

A

[a − z_α/2 * b, a + z_α/2 * b]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Jeffrey’s prior?

A

−E[∂^2/∂^2µ log f (X|µ)]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Inference for µ when σ^2 is known

Uninformative prior, what is the posterior distribution and mean?

A

N(xbar, σ1^2/ n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Inference for µ when σ^2 is known

Uninformative prior, what is the credible interval?

A

[ xbar ± z(α/2) * (σ1/sqrt(n)) ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Inference for σ^2 when µ is known

Conjugate prior, how do you re-parametrise?

A

φ = 1 / σ^2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Inference for σ^2 when µ is known

Conjugate prior, what is the posterior of φ?

A

Gamma ( (a+n) / 2 , [ b + (n-1)s^2 + n(xbar - mu)^2] / 2 )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Inference for σ^2 when µ is known

Non-informative prior, what is the posterior?

A

Gamma( n/2, [sum(i=1 to n) (xi - mu1)^2 ] /2 )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly