Week 8 - Decision theory Flashcards

1
Q

Parameters vs hyper-parameters

A

Parameters= Parameters that define the distribution of the data

Hyper-parameters= Parameters that define the prior or posterior

Observe X ∼ Binomial(n, p), and use a Beta(α, β) prior, resulting
in a Beta(α˜, β˜) posterior.

Parameters: n, p (but n is fixed and known)
Hyper-parameters: α, β, α˜ , β˜

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

Credibility factor (Z)

A

Measures how influential the data is on the posterior

Z ranges from 0 to 1
- High Z -> Data is more influential
- Low Z -> Prior distribution is more influential

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

Decision theory

A

Seeks to determine optimal strategies for taking actions

Often used for deriving optimal estimators for Bayesian inference

More generally, it tells us how to use the posterior distribution

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

Elements of Decision theory

A

θ denotes a state of nature
Θ is the set of all possible states of nature
Decision ‘a’ is called an action
‘A’ is the set of all possible actions
Require a loss function L(θ, a) - how good/bad an action is in the state of the world

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

Loss function

A

Assigns a numerical value to the difference between predicted and actual outcomes, lower values indicate better performance as it states predictions are close to actual values

Squared error loss: L(θ, θˆ) = (θ − θˆ)^2

Absolute loss: L(θ, θˆ) = |θ − θˆ|

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

Bayes estimator

A

The estimator that minimises the posterior expected
loss

Under the squared error loss -> the Bayes estimator is the posterior mean

Under the absolute loss -> the Bayes estimator is the posterior median

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