Simulation Flashcards - Fill in the Blank

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

1/40

flashcard set

Earn XP

Description and Tags

Flashcards about Simulation

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

41 Terms

1
New cards

__ is a model that attempts to imitate a process or system.

Simulation

2
New cards

Types of simulation include physical or mathematical, static or dynamic, deterministic or __, and discrete or continuous.

stochastic

3
New cards

Advantages of __ include its ability to study complex systems, observe the effects of changes, recommend improvements, provide insights on variable interactions, and verify analytic solutions.

simulation

4
New cards

Simulation is appropriate when studying a __ 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.

complex

5
New cards

The components of a __ are: system, entity, attribute, activity, event, and state variable.

system

6
New cards

The steps in a simulation study include: Problem Formulation, Setting Objectives, Model Conceptualization, __, Model Translation, Verification, Validation, Experimental Design, Production Runs and Analysis, More Runs (If Needed), Documentation and Reporting, and Implementation.

Data Collection

7
New cards

__ is credited with developing the Monte Carlo method.

Stanislaw Ulam

8
New cards

__: Estimating the value of Pi by randomly generating points within a square and counting how many fall within an inscribed circle

Monte Carlo

9
New cards

__: Simulating the flow of patients through an emergency room, where events like patient arrival and treatment completion drive the simulation.

Discrete Event

10
New cards

ERG stands for __

Event Relationship Graph

11
New cards

In Time to Failure model, “S” is the __ in the system.

number of working parts

12
New cards

The __ tracks time through the ERG model.

simulation clock

13
New cards

__ are a manual simulation technique

Event calendars

14
New cards

Event calendars __, time, and system state.

track events

15
New cards

Queueing terms include __, service time, waiting time, queue length, etc.

inter-arrival time

16
New cards

Kendall's __ is used to classify queueing systems (e.g., M/M/1, M/G/1).

notation

17
New cards

Measures of __ include average delay in queue, average time in system, average number of customers in queue/system, and server utilization.

performance

18
New cards

__ relates entity-based averages to temporal averages.

Little's formula

19
New cards

Steady-state calculations determine long-run __ of queueing systems.

average behavior

20
New cards

Types of __ include trace-driven, empirical, parametric, and non-parametric.

distributions

21
New cards

Common parametric __ include Poisson, Binomial, Negative Binomial, Discrete Uniform, Exponential.

distributions

22
New cards

__ numbers should appear statistically independent and uniformly distributed.

Random

23
New cards

The __ is used to generate random variables from a desired distribution.

inverse transform method

24
New cards

__ involves selecting a distribution and estimating its parameters to match observed data.

Distribution fitting

25
New cards

The __ sampling is a method for generating random variables X from U.

acceptance/rejection

26
New cards

__: Selecting appropriate probability distributions for system inputs (e.g., arrival times, service times).

Input modeling

27
New cards

__: Mechanism to generate random values based on the input distributions.

Random variate generation

28
New cards

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

Validation

29
New cards

__: Interpreting simulation results to inform decision-making.

Output analysis

30
New cards

__: Errors due to incorrect or imprecise input distributions.

Input Uncertainty

31
New cards

__: Oversimplification or inaccuracies in the model logic.

Modeling Error

32
New cards

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

Estimation Error

33
New cards

Weak Law of __ Numbers (WLLN): Sample mean converges in probability to the true mean.

Large

34
New cards

Strong Law of __ Numbers (SLLN): Sample mean converges almost surely to the true mean.

Large

35
New cards

__ Limit Theorem (CLT): Standardized sample mean approaches a normal distribution as n increases.

Central

36
New cards

Multiple replications of the simulation using independent random number seeds are called __ Replications.

Independent

37
New cards

__ intervals are used to estimate the error in the sample mean.

Confidence

38
New cards

__ intervals are used to estimate the range where a new replication's outcome will fall.

Prediction

39
New cards

__ Sampling uses separate random number streams for each system being simulated, which leads to larger variance in comparison metrics.

Independent

40
New cards

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

Correlated

41
New cards

Tool used to determine whether differences in outputs between models are statistically significant is __ t-test for equal means

Two-sample