Simulation Lecture Notes Review - Q&A

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/50

flashcard set

Earn XP

Description and Tags

Flashcards based on lecture notes about simulation, covering topics from basic definitions to advanced concepts like queueing theory and statistical analysis of simulation outputs.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

51 Terms

1
New cards

What is simulation?

A model that attempts to imitate a process or system.

2
New cards

What are the types of simulation?

Physical or mathematical, static or dynamic, deterministic or stochastic, and discrete or continuous.

3
New cards

What are the advantages and disadvantages of simulation?

Study complex systems, observe the effects of changes, recommend improvements, provide insights on variable interactions, and verify analytic solutions. Disadvantages include complexity and the need for expertise to implement and interpret correctly.

4
New cards

When is the appropriate use of simulation?

When studying a complex system, when changes can be simulated, when it can provide knowledge for improvements, when it can provide insights on variables, when used as a teaching method, to experiment with new policies or designs, and to verify analytic solutions.

5
New cards

What are the components of a system?

System, entity, attribute, activity, event, and state variable.

6
New cards

What is the first step in a simulation study?

Define the problem to be studied in the simulation.

7
New cards

What is the second step in a simulation study?

Clarify what the simulation is intended to achieve.

8
New cards

What is the third step in a simulation study?

Create a simplified logical model that reflects the real-world system, including assumptions.

9
New cards

What is the fourth step in a simulation study?

Gather real-world data required to drive the simulation inputs.

10
New cards

What is the fifth step in a simulation study?

Implement the conceptual model in simulation software.

11
New cards

What is the sixth step in a simulation study?

Ensure the simulation behaves as intended logically.

12
New cards

What is the seventh step in a simulation study?

Compare simulation output with actual system performance to check model accuracy.

13
New cards

What is the eighth step in a simulation study?

Plan scenarios or parameter changes to test in the simulation.

14
New cards

What is the ninth step in a simulation study?

Execute the simulation multiple times and analyze the results statistically.

15
New cards

What is the tenth step in a simulation study?

Perform additional simulations if results are inconclusive or further refinement is required.

16
New cards

What is the eleventh step in a simulation study?

Document model assumptions, logic, results, and interpretations.

17
New cards

What is the twelfth step in a simulation study?

Use the simulation insights to make real-world decisions or changes.

18
New cards

What is the difference between Monte Carlo and Discrete Event Simulation?

Monte Carlo uses probabilistic sampling for static problems, while Discrete Event Simulation uses event-driven progression for dynamic systems.

19
New cards

What are ERG basics?

A visual depiction modeling the association(s) between events in a simulation.

20
New cards

In ERG notation, what do Node A and Node B represent?

Events, not locations.

21
New cards

What are manual simulation techniques?

Event calendars.

22
New cards

What is simultaneity of simulations?

Events can occur at the same time during a simulation.

23
New cards

What is event calendar understanding?

Event calendars track events, time, and system state.

24
New cards

What is event calendar creation and updating?

Event calendars are created and updated by tracking events and changes in system state over time.

25
New cards

What are queueing terms?

Inter-arrival time, service time, waiting time, queue length, etc.

26
New cards

What is Kendall’s notation?

Used to classify queueing systems (e.g., M/M/1, M/G/1).

27
New cards

What are measures of performance?

Average delay in queue, average time in system, average number of customers in queue/system, and server utilization.

28
New cards

What is Little’s formula?

Relates entity-based averages to temporal averages.

29
New cards

What are steady state calculations?

Determine long-run average behavior of queueing systems.

30
New cards

What are the types of distributions?

Trace-driven, empirical, parametric, and non-parametric.

31
New cards

What are common parametric distributions?

Poisson, Binomial, Negative Binomial, Discrete Uniform, Exponential.

32
New cards

What are random number properties and their generation?

Should appear statistically independent and uniformly distributed. pseudo random numbers are generated with closed form mathematics, not truly random, but repeatable.

33
New cards

What is the inverse transform method?

Used to generate random variables from a desired distribution by "inverting" the cumulative distribution function (CDF).

34
New cards

What is distribution fitting?

Selecting a distribution and estimating its parameters to match observed data.

35
New cards

What is acceptance/rejection sampling?

A method for generating random variables X from U when the CDFs is hard (or impossible) to invert.

36
New cards

What is input modeling?

Selecting appropriate probability distributions for system inputs.

37
New cards

What is random variate generation?

Mechanism to generate random values based on the input distributions.

38
New cards

What is validation?

Ensuring the model's results are close enough to observed real-world data.

39
New cards

What is output analysis?

Interpreting simulation results to inform decision-making.

40
New cards

What is input uncertainty?

Errors due to incorrect or imprecise input distributions.

41
New cards

What is modeling error?

Oversimplification or inaccuracies in the model logic.

42
New cards

What is estimation error?

Arises due to finite sample size; addressed using confidence intervals.

43
New cards

What is the Weak Law of Large Numbers (WLLN)?

Sample mean converges in probability to the true mean.

44
New cards

What is the Strong Law of Large Numbers (SLLN)?

Sample mean converges almost surely to the true mean.

45
New cards

What is the Central Limit Theorem (CLT)?

Standardized sample mean approaches a normal distribution as n increases.

46
New cards

What are independent replications?

Multiple replications of the simulation using independent random number seeds, where each replication is i.i.d. (independent and identically distributed).

47
New cards

What are confidence intervals?

Used to estimate the error in the sample mean.

48
New cards

What are prediction intervals?

Used to estimate the range where a new replication's outcome will fall.

49
New cards

What is independent sampling?

Uses separate random number streams for each system being simulated, leading to larger variance.

50
New cards

What is correlated sampling?

Also known as Common Random Numbers (CRN), uses the same random numbers across systems to reduce variance.

51
New cards

What is model output comparison?

Used to determine whether differences in outputs between models are statistically significant, typically using a two-sample t-test.