LectureNote 05 Flashcards

1
Q

What is Monte Carlo Simulation?

A

A probabilistic method used to model and analyze systems influenced by randomness or uncertainty.

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

What are the key components of Monte Carlo Simulation?

A
  • Random Variables
  • Model
  • Random Sampling
  • Output Analysis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fill in the blank: Monte Carlo Simulation involves generating a large number of _______ for a model.

A

random inputs

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

What is the first step in the Monte Carlo Simulation process?

A

Define the Problem

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

Which probability distributions are commonly used in Monte Carlo Simulation?

A
  • Normal distribution
  • Uniform distribution
  • Exponential distribution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the purpose of generating random samples in Monte Carlo Simulation?

A

To draw random samples from the probability distribution of each input variable.

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

How are results analyzed after running Monte Carlo simulations?

A

By extracting statistical properties of the system’s behavior, such as mean and variance.

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

True or False: Monte Carlo Simulation can only be used in finance.

A

False

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

What application of Monte Carlo Simulation is used for option pricing models?

A

Finance

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

What does the Monte Carlo approach in engineering involve?

A

Modeling the failure rate of different components using probability distributions.

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

In the context of Monte Carlo Simulation, what does ‘Output Analysis’ refer to?

A

Analyzing the results to assess the system’s performance based on simulation outcomes.

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

What is a significant advantage of Monte Carlo Simulation?

A

Flexibility in modeling complex systems with uncertain behavior.

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

What is a disadvantage of Monte Carlo Simulation?

A

Computational Expense

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

Fill in the blank: The accuracy of Monte Carlo Simulation results depends on the number of _______.

A

iterations

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

What is the role of a Random Number Generator in Monte Carlo Simulation?

A

To generate random numbers for sampling from probability distributions.

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

What is a potential problem with the random number generation technique in Monte Carlo Simulation?

A

It can lead to biased or misleading results if poorly chosen.

17
Q

What kind of problems can Monte Carlo Simulation be applied to?

A
  • Stochastic processes
  • Deterministic problems
18
Q

What is one application of Monte Carlo Simulation in medicine?

A

Estimating the success rate of a new drug.

19
Q

What is the outcome of using Monte Carlo Simulation in traffic flow and urban planning?

A

Optimizing signal timings and improving traffic flow.

20
Q

Fill in the blank: Monte Carlo Simulation can be used to estimate project completion times under _______.

A

uncertainty

21
Q

What does sensitivity to assumptions mean in the context of Monte Carlo Simulation?

A

Results depend heavily on the assumed distributions and parameters for uncertain variables.

22
Q

What is the first known application of Monte Carlo Simulation?

A

Used by scientists working on the atom bomb in 1940.

23
Q

What can generate one or many random numbers?

A

Random number generators

Random number generators can be hardware-based (true random generators) or pseudo-random number generators.

24
Q

What is random number generation?

A

A process that generates a sequence of numbers or symbols that cannot be reasonably predicted better than by random chance

Often involves a random number generator (RNG).

25
Q

What do Monte Carlo simulations rely on?

A

Random number generators (RNGs)

They produce pseudo-random numbers that represent the variability of the system being modeled.

26
Q

How are pseudo-random numbers generated?

A

Using algorithms to mimic the behavior of true random numbers

Examples include linear congruential generators and the Mersenne Twister.

27
Q

What is a common approach in Monte Carlo simulations?

A

To generate uniformly distributed numbers between 0 and 1, then transform them to fit the desired probability distribution

This helps in accurately modeling various scenarios.

28
Q

What is the seed in random number generation?

A

An initial value needed by the random number generator

Different seeds yield different sequences of ‘random’ numbers.

29
Q

True or False: The same seed in random number generation will yield different sequences of numbers.

A

False

The same seed will give the same sequence for reproducibility.

30
Q

Fill in the blank: Random number generation is a process that generates a sequence of numbers or symbols that cannot be reasonably predicted better than by _______.

A

random chance

31
Q

What is an example of a true random number generator?

A

Hardware-based random number generators

These generate true randomness, unlike pseudo-random generators.