Uncertainty Flashcards

1
Q

What is the most common type of uncertainty?

A

Parameter uncertainty, which is about the “true” value of a parameter in a mathematical model.

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

True / False?

Probability can be said to represent “the probability that the model is correct”.

A

False!
No model is exactly correct. In addition, we cannot say it’s the probability that the “model is approximately correct” because all models could be called approximately correct, so probabilities wouldn’t be event exclusive.

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

What is Aleatory Uncertainty?

A

Arises through natural variability IN a system.

a) Can be quantified by measurements and statistical estimations or by experts
b) Relates to things which we either cannot (or choose not) to learn
c) The likelihood of an aleatory uncertainty cannot be changed by Bayes theorem in a Bayesian model (because there are no observations to apply Bayes theorem to!)

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

What is Epistemic Uncertainty?

A

Arises through analysts lack of knowledge ABOUT a system.

a) Can be quantified by experts but cannot be measured by statistical testing or data collection
b) Relates to things which we could learn if we were able
c) The likelihood of an epistemic uncertainty can be updated using Bayes theorem

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

To make the distinction between Aleatory & Epistemic we need to:
(3 points)

A
  • Make modelling choices clear
  • Provide the basis on which quantification will take place
  • Demonstrate the effects of epistemic uncertainty on the output (since it’ll show how much can be controlled if the need arises).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Two other types of uncertainty are Ambiguity and Volitional uncertainty.
Describe ‘em

A
  • Ambiguity – Lack of precision, is removed by using more careful definitions.
  • Volitional Uncertainty – Whether an individual will do what he agreed to do, or not.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are two major sources of uncertainty when building a model?

A
  • Model Uncertainty – You might be uncertain about how well your model represents reality.
  • Parameter Uncertainty – You might be unable to collect data for all parameters or do not completely trust the source.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What data can we use if specified data is not available?

A

Expert or Generic data. (Generic data is data that has been collected from a variety of sources).

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

Uncertainty Bound is the range of _______ which can be found across different application data sources.

A

Uncertainty Bound is the range of different failure rates which can be found across different application data sources.

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

The primary sources for Quantitative data for a probabilistic risk analysis are:
(5 items)

A
  • Generic Data
  • Expert Data
  • Industry Wide Data
  • Plant Specific Data
  • Part Specific Data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Monte Carlo Simulation computes ________ and tests their effect on model predictions.

It is the repeated simulation of “____________” in a computer based model, with the intention of modelling different possible future events.

A

Monte Carlo Simulation computes uncertainties and tests their effect on model predictions.

It is the repeated simulation of “independent random quantities” in a computer based model, with the intention of modelling different possible future events.

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

Monte Carlo runs simulations ________ to apply the statistical “law of large number”.

This states that the relative frequency of events occurring in the simulation will converge to the _________.

A

Monte Carlo runs simulations many times to apply the statistical “law of large number”.

This states that the relative frequency of events occurring in the simulation will converge to the theoretical probability.

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

Monte Carlo sampling uses the computer to generate streams of “____________”.

A

Monte Carlo sampling uses the computer to generate streams of “independently uniformly distributed random numbers”.

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

Computers cannot generate ________ numbers, instead they generate ________ numbers which are numbers that are generated using a deterministic function.

The most common function is the ________ ,

A

Computers cannot generate true random numbers, instead they generate pseudo-random numbers which are numbers that are generated using a deterministic function.

The most common function is the Mixed Congruential Method,

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

What do Variance Reduction methods do?

A

Pseudo numbers can generate different parameter values. However, convergence issues are prominent if there is a high variance in output across different run operations – this means we would require many runs before we obtain “good” parameters.

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

Give three examples of Variance Reduction Methods

A
  • Latin Hypercube Sampling
  • Importance Sampling
  • Stratified Sampling