Theory-Lesson 7 Flashcards

1
Q

What is the sensitivity analysis?

A

Is a study of how the variation of the output of a model can be apportioned to different sources of variation.

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

What is the objective of a sensitivity analysis?

A

To determine the most contributing input variables to output behavior

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

Describe local sensitivity analysis and point out its main disadvantage

A

Local sensitivity analysis is valid only for a local area. Although it’s not computationally heavy, its unwarranted when the model input is uncertain and when the model is of unknown linearity.
So it’s always better to use global approximation.

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

Describe the global sensitivity analysis

A

In constrast to the local sensitivity analysis, a global sensitivity analysis considers the whole variation range of inputs. A handful of data points adequately selected in the space of the input factors is far more effective than estimating derivatives at a singel data point.

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

What is the One At a Time method?

A

OaT method refers to the process where one input at a time is evaluated with respect to the corresponding output.

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

Factor Prioritization

A

We must focus on the input variable which affects the output variance the most.

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

Factor fixing

A

Identify factors which make no significance difference to the output variance. They can be fixed an any given value within the acceptable range of variation without affecting the output variance.

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

Variance cutting

A

Reduction of the output variance to below a given tolerance.

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

Pearson Correlation Coefficient

A

Takes values between -1 and 1.

1->maximum correlation (slope 45 deg)
-1->maximum inverse correlation
0-> no correlation

Uses the covariance.

PCC=cov(x1,x2)/Σx1*Σx2

It’s advantage is that when we have a very high or very low PCC, its means that two OFs are similar and in this way we can reduce the number of the total OFs of the system and reduce the computational effort.

DRAWBACK:MOSTLY EFFICIENT FOR LINEAR PROBLEMS, while we mostly deal with non-linear ones.

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

Spearman correlation coefficient

A

The SCC is based on ranking principle. It ranks the inputs and the outputs and find the correlation based on those rankings.

Again values from -1 to 1.
The drawback of these are that if the function is non-monotonic, it can’t interpret it and the SCC would be 0.

It’s also possible to construct a matrix of correlations, which include the correlations coefficients between all OFs taken two by two.
rs.ij=rs.ji which is the correlation coefficient between the i-th and j-th OF.

It’s advantage is that when we have a very high or very low SCC, its means that two OFs are similar and in this way we can reduce the number of the total OFs of the system and reduce the computational effort.

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

Comparison between Spearman and Pearsons

A

-If not sure about the linearity and the monotonicity, its better to use Spearman.
-None of them are ideal for non-linear and non-monotonic functions.

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

Scatterplots

A

Allow the immediate visualization of the relative importance of factors.
-Sample each factor from its distribution and plot each factor against the output.

DRAWBACK:When there are a lot of factors, its different to rank the factors rapidly and automatically.

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

Linear Regression

A

Again used to identify the linear correlations between a generic design variable and a generic OF.

f.j=βο + Σ βi * xi

The accurace can be measured by R^2 ( coefficient of determination)

After a proper normalization of the DVs, βi can be used to rank the relative importance of each DV xi.

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