L4 - Introduction to Simulation Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a simulation?

A
  • Many similar definitions of simulation, but essentially, simulation is an imitation of reality
  • Experiment with model of real (but not necessarily existing) situation in order to increase understanding and/or enhance the real situation
  • Assume model is sufficiently “real” to tell us something about reality
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When is simulation applicable?

A
  1. Variability - Predictability and unpredictability –> you dont know some things so it helpful to simulation different scenarios
  2. Interconnectedness - Eariler stages affect later stages
  3. Complexity - Problem is difficult e.g many combinations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a deterministic and a stochastic demand model?

A

Deterministic demand model is a model where the parameter of the model can be obtained without any ambiguity while the parameters of a stochastic model are controlled by a probability distribution function.

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

What should random numbers be?

A
  • Random numbers should be:
  • Random – numbers should be in random sequence
  • Evenly distributed – each of the 100 numbers should have same chance of occurring
  • Independent – if number appears, then chance of appearing again is unaffected
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Top hat method?

A
Used to manually generate random numbers
Take 100 pieces of paper
Write values 00, 01, 02, …, 99 (even distribution)
Place pieces of paper in hat
Shake hat to mix numbers (random distribution)
Pull out piece of paper and note number
Place paper back in hat (independent)
Repeat from step 4
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can you simulate variable demand?

A
  • write out the daily demand and its percentage of occurance, in order
  • add up the percentages cumulatively
  • starting at 00 up to the number just before the the cumulative percentage, write the corresponding random number for each daily demand
  • no by generating random numbers for different days you can simulate random daily demand
How well did you know this?
1
Not at all
2
3
4
5
Perfectly