Lecture 7: Bayes' Theorem and the Value of Imperfect Information Flashcards

1
Q

Signal Definition

A

Information obtained to reduce uncertainty

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

Reducing uncertainty

A
  • Core risk management strategy
  • Obtain information in order to reduce uncertainty
  • Problem: information is costly
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Bayes’ Theorem

A
  • Used for revising a probability value (prior p(y)) based on additional information that is later obtained (signal s)
  • The information is used to construct the posterior distribution (p(y|s)) which represents an updated state of information

p(y|s) =
p(y, s) / p(s) =
[p(s|y) * p(y)] / P(s)

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

How can we calculate the value of imperfect information?

A

Value of imperfect information = EV with imperfect information (e.g. prototype) - EV without

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

Risk Profile

A

Probability (1 - F_i) that a certain level of the objective is exceeded.
(F_i: cumulative distribution function)

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

How can we draw the Risk profile?

A
  1. Determine the probability of each outcome (profit)
  2. Calculate 1-p (= 1 - F)
  3. Draw the graph (risk profile 1 - F dependent on outcome (profit))
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What can we do in case of increasing complexity? What is the problem of decision trees?

A

Problem:
Decision trees get very large especially if there are many possible outcomes and uncertain factors

Solution:
Monte Carlo Simulation

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

Monte Carlo Simulation

A
  • Repeated random samples of model input variables over many simulation runs
  • Aims to create a model that is close to the real world
  • Used to describe or predict how a system will operate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Monte Carlo Simulation (Steps)

A
  1. Formulate a simulation model that represents the uncertainties of the problem
  2. Define the probability distribution functions for the random input variables
  3. Map the model in a computer environment
  4. Using a sample of N numbers, you can develop output measures of interest
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

MCS - Formulate a simulation model (1)

A
  • Formulate a model that represents the uncertainties of the problem

Example:

  • Profit = sales volume x profit margin - fixed cost
  • Known: fixest cost and price per unit
  • Unknown: raw material & production cost, sales volume
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

MCS - Distributions of Random Variables (2)

A
  • Define the probability distribution functions for the random input variables

E.g. normal distribution

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

MCS - Implementation of MC Simulation (3)

A

Map the model in a computer environment:

  • Determine the value of the controllable inputs
  • Let the computer make a random draw for each of the probabilistic inputs
  • Calculate the value of the outcome using the generated numbers
  • Repeat the previous steps to generate N Values for the outcome
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How can we generate random normal distributed values in Excel?

A

RAND(): generates a uniformly distributed random number x between 0 and 1

NORM.INV(x, y, z): provides the outcome that has the cumulative normal probability x drawn from a normal distribution with mean y and standard deviation z.

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

MCS - Output Measures (4)

A

Using the sample of N numbers you can develop output measures such as:

  • Average outcome (e.g. avg profit)
  • Risk profile (e.g. prob. of loss)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How many simulation runs do we need?

A
  • Law of large numbers: Sample averages converge to the expected value of a random variable if N goes to infinity
  • Opposing pressures: inaccurate vs time to simulate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Minimum number of simulation runs (formula)

A

N = [(z_1 - alpha/2 * sigma) / ε]^2

  • > ensures that p(|θ_n − θ| ≤ ε) = 1 − α
  • > We have to determine sigma by doing a pilot simulation with a small number of runs (>50)
17
Q

Interpretation of Confidence Interval

A

There is a 95% chance that the confidence interval contains the true population mean.

18
Q

How can we construct a confidence interval?

A

[θ_n − z_0.975 * (σ / N^1/2); θ_n + z_0.975 * (σ / N^1/2)]

θ_n = sample mean (different for each run)
θ = population mean