Chapter 12 Flashcards

1
Q

What is uncertainty quantification?

A

UQ involves studying all sources of error and uncertainty in models and experiments, such as measurement errors, theoretical model limitations, numerical approximations, and human errors

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

What are the two types of uncertainty?

A

Aleatoric:
 Inherent randomness in a system

 Irreducible: doesn’t diminish with increase in knowledge

Epistemic:
 Due to we don’t know / understand: uncertain information, measurement errors, simplifications etc.

 Reducible: diminish with increase in knowledge

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

What are type 1 and 2 errors?

A

Type I error Mistaken rejection of actually true null hypothesis („false positive“)

Type II error reject null hypothesis of actually false („false negative“)

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

What are forward and inverse UQ?

A

Forward UQ
▪ Determine output uncertainty given the uncertainty in the input parameters

▪ Propagate uncertainties in inputs through model & quantify uncertainty in outputs

▪ For understanding range of possible outcomes and robustness of mode

Inverse UQ:
▪ Determine input uncertainties consistent with data

▪ Impose allowable / desirable uncertainty distribution on outputs (or deterministic output) and determine input uncertainty distributions yielding the defined outcome

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

What is Polynomial Chaos Expansion?

A

It’s a mathematical technique used for representing and quantifying uncertainty
in systems governed by stochastic processes. It can be used for uncertainty propagation in model based computations under uncertainty

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

What is a Confidence Interval?

A

CI is a range of value likely to contain the true, unknown parameter

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

What is the UQ procedure?

A
  1. Determine uncertainty specifics in inputs
  2. Uncertainty propagation
  3. Analysis of uncertainty in output
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the steps for UQ with MC simulation?

A
  1. Define the probability distributions for the uncertain input parameters.
  2. Generate a large number of random samples from these distributions.
  3. Evaluate the model for each set of input samples.
  4. Analyze the distribution of the output results.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the pros and cons of UQ with MC simulation?

A

Pros:
- Simple
- Unbiased Estimator
- Highly Parallelizable

Cons:
- Statistical Uncertainty
- slow convergence rate
- If sample number is too high MC is infeasible

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

What is the concept behind Polynomial Chas Expansion?

A

Build a meta-model of the system which behaves like the original model but yields a deterministic PCE version of the otherwise uncertain output. Then perform moment analysis on the PCE representation of the model.

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

What is Sensitivity Analysis?

A
  • The study of how small variations in the model inputs affect the model output
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why do we need Sensitivity analysis?

A
  • Parameter Prioritization
  • Parameter fixing
  • Parameter Screening
  • Parameter Mapping
  • What-if-analysis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the types of Sensitivity Analysis (SA) techniques?

A
  • Linear Regression Based
  • Morris One-At-A-Time
  • Derivative Based
  • Variance Based
  • Moment-free
  • Monte-Carlo Filtering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the difference between local and global SA?

A

Local: Evaluate sensitivity of output to small variations in
inputs

Global: Evaluate overall sensitivity over entire uncertainty ranges

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

What is One-at-a-time approach for local SA?

A
  • considers a small neighborhood of the data
  • involves varying one parameter at a time
  • Sensitivity parameters are found by taking partial derivatives of the output with respect to the inputs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are variance- based methods for global SA?

A
  • Typically based on conditional variance
  • Use sensitivity index to measure importance of input factor
17
Q

What is Sobol’s method?

A
  • Global SA method
  • Variance Based
  • Computes First-order effects
  • Based on sensitivity indices
  • Idea is to decompose model into a sum of variances using combinations of input parameters with increasing dimensionality
18
Q

What are some considerations with regard to Global SA?

A
  • Non-linearity
  • Exponential computational cost with increasing inputs
19
Q

What are surrogate models?

A
  • black box models
  • computationally affordable
  • sufficiently accurate
  • replace original model
20
Q

What is the process for creating a surrogate model?

A
  1. Select design variables to consider, and appropriate
    surrogate modeling technique
  2. Select appropriate data sample points (or collect data via experiments / simulations at chosen design space points)
  3. Construct surrogate model over the chosen design space using the selected samples
  4. Assess accuracy of surrogate with respect to the original model
  5. Iterate if necessary
21
Q

What are some typical surrogate methods?

A

▪ Nonintrusive Polynomial Chaos Expansion (PCE)

▪ Multivariate Adaptive Regression Splines (MARS)

▪ Response Surface Models (RSM)

▪ Radial Basis Functions (RBF)

▪ Kriging