Monte Carlo Experimental Flashcards

1
Q

What are the steps for sampling random numbers from a continuous
probability function using the inverse transform method?

A
  1. We create the inverse function of f(x) (a pdf)
  2. Now we sample a random number from uniform distribution
  3. We calculate the realization using the inverse function
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the conditions to apply the inverse transform method for
sampling continuous random numbers? Choose a continuous
probability function and show how to sample using this method

A

The probability density function has to be invertible.
Example: exponential distribution.

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

Identify a continuous probability function for which the inverse transform
method for sampling cannot be applied and explain why it cannot be
applied.

A

A quadratic function cannot be inverted because it is not mapping values 1:1.

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

Apply the inverse transform method to sample random numbers from
discrete probability distributions.

A

We simple invert the function stepwise. Do this on paper

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

Given a network system whose functionality is defined by the
connectivity of two special nodes and the failure probabilities of each
component. Identify the minimal cut sets and detail the steps of a Monte
Carlo simulation to quantify the system reliability R.

A

We can either use a direct or indirect aproach.
In the direct approach we sample failures of the components and update the state after each sumple. once a state of the minimal cut set is reached, the system is failed until the end of the mission time. To assess reliability we run the monte carlo many times and create a reliability distribution.

Alternatively we can also follow an indirect approach where we can calculate a probability density function of transitions, sample the transition time and then the transition type.

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

Describe the plant lifetime as a random walk in the state
space. What are the governing probabilities which drive the
stochastic path? What is their meaning?

A

the governing probabilites are the distribution T which indicates when a change in direction occurs and C which determines the direction of change.

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

How do you quantify the reliability function R(t) and the availability functions A(t) of a system, if you can simulate its lifetime as a random walk in the state space?

A

For the reliability we count the number of trials that have no system failure before time t.

For the availability we seperate the function into dt increments and calculate what fraction of these dt increments have the system operational out of all increments.

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

Given the reliability-block diagram of a system and the
failure rates of its components, detail the steps of a Monte
Carlo simulation to quantify the reliability function R(t) and
the availability functions A(t). Use the INDIRECT Monte
Carlo simulation and analog trials.

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

Given the reliability-block diagram of a system and the
failure rates of its components, detail the steps of a Monte Carlo simulation to quantify the reliability function R(t) and the availability functions A(t). Use the DIRECT Monte Carlo
simulation and analog trials.

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

Detail the steps to estimate the availability of a generic
system using the Monte Carlo simulation. How can we
quantify the availability A(t) at the specific time instant t?
Why do we call this value an estimate? How do we know
that this number is a good representative of the true
availability function?

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