Modeling & Simulation Flashcards

1
Q

George Box

A

Statistician responsible for several breakthroughs in the areas of experimental design, time series analysis, and statistical modeling (Box-Cox Transformation, Box-Behnken Design, and Box-Jenkins Methodology)

The quote “All models are wrong, some models are useful” is attributed to George Box.”

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

Model

A

an abstract representation of a system

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

Simulation

A

Simulation is the process of (1) developing a system model & (2) conducting experiments with this model for the purpose of understanding the behavior of the system or evaluating various strategies for the operation of the system

It is an imitation of system performance over time to a predefined degree of fidelity
– design analyses (model the system & the environment)
– breadboards (model the system)
– qualification testing (models the environment)
– training (models the mission)

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

The “Real World”

A

Consists of Problems and Actions

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

The “Model World”

A

Consists of the Model and Results

Models must be validated and have the appropriate levels of fidelity

Results must be meaningful and verified

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

Model Scope

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

Model Breadth

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

Model Generality

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

“Model Breadth” v. “Model Generality”

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

Model Depth

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

Model Fidelity

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

Model Realism

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

“Model Fidelity” v. “Model Realism”

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

Model Precision

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

Tradeoff between generality and realism

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

Model Accreditation

A

1) Face Validity
2) Peer Review
3) Functional Decomposition
4) Comparison or Empirical Validation

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

Classes of System Models

A

1) Continuous Systems
2) Discrete-time Systems
3) Hybrid Systems

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

Continuous Systems v. Discrete-time Systems

A

Continuous - Variables change continuously with respect to time
Discrete - Variables only change at distinct/finite instants of time

*There are also Hybrid systems which have elements of both

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

Deterministic v. Stochastic Models

A

Both are types of Statistical Models

Deterministic - Non-probabilistic relationships between system variables
– Tend to be continuous systems; typified by mathematical models
* lift of an airplane wing
* thrust of a rocket engine

Stochastic - Probabilistic relationships between system variables
– Tend to be discrete-time systems; typified by random discrete event models
* wind velocities encountered by a flight vehicle during ascent
* component failures during system operation

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

Model Building Process

A

1) FIND

2) FACTORS
- Exogeneous variables
- Endogenous variables
- Assumptions

3) MODEL SELECTION
- Based on what can be measured/calculated

4) MODEL VERIFICATION

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

Simulation Building Process

A

1) Build a model

2) Strategic & Tactical Planning

3) Experimentation

4) SME Validation

5) Analysis of Results

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

Model Building tips

A

1) Simpler models are better. Simplify wherever you can

2) Only develop a model to answer a question. No modeling for the sake of modeling

3)

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

Four types of models

A

1) Physical Models: Tangible representations of objects or systems

2) Graphical Models: Represent systems or relationships between elements using visual elements such as charts, graphs, or diagrams

3) Mathematical Models: Rely on equations, algorithms, and mathematical structures to represent systems and processes quantitatively

4) Statistical Models: Represent systems based on probabilistic relationships between variables, often developed from empirical data

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

Physical Models

A

Definition: Physical models are tangible representations of objects or systems. They are usually scaled versions, prototypes, or replicas that allow for hands-on interaction and observation.

Purpose: Used for visualizing complex structures and testing physical properties in real-world conditions. They are often applied in engineering, architecture, and product design.

Examples: Wind tunnel models of airplanes, architectural scale models, and anatomical models in medicine.

Advantages: Provide a concrete understanding and direct interaction, useful for testing physical forces and dynamics in prototypes.

Limitations: Expensive and time-consuming to build, not easily adjusted for hypothetical scenarios or scaling variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Graphical Models
Definition: Graphical models represent systems or relationships between elements using visual elements such as charts, graphs, or diagrams. They illustrate complex interactions in an accessible, visual format. Purpose: Used to communicate relationships, dependencies, and hierarchies among components. Common in fields like systems engineering, project management, and network analysis. Examples: Flowcharts, network diagrams, UML diagrams, and decision trees. Advantages: Simple to interpret, useful for identifying patterns, connections, and bottlenecks, and ideal for presenting to stakeholders. Limitations: Limited quantitative analysis capabilities and can be overly simplified, failing to capture all system nuances
26
Mathematical Models
Definition: Mathematical models use equations, algorithms, and mathematical structures to represent systems and processes quantitatively. They are designed to predict behavior and provide solutions based on input variables. Purpose: Used to analyze and predict outcomes by quantifying relationships between variables, often involving formulas or complex calculations. Common in physics, economics, and engineering. Examples: Newton’s laws of motion, economic supply-demand models, and fluid dynamics equations. Advantages: Precise and capable of handling complex, dynamic systems; useful for optimization and predictive analysis. Limitations: Requires accurate data and assumptions; can be challenging to interpret for non-technical stakeholders
27
Statistical Models
Definition: Statistical models represent systems based on probabilistic relationships between variables, often developed from empirical data. These models are used to make inferences or predictions about real-world phenomena. Purpose: Used for data analysis, risk assessment, and forecasting by evaluating patterns and correlations in data. Commonly applied in data science, finance, and healthcare. Examples: Linear regression models, ARIMA models for time series forecasting, and logistic regression for classification. Advantages: Useful for dealing with uncertainty, analyzing trends, and making data-driven predictions. Limitations: Dependent on quality and quantity of data; prone to inaccuracies if assumptions about data distribution or correlations are incorrect​
28
Monte Carlo Simulations
Type of Statistical model
29
Linear Regression Modeling
Type of Statistical model
30
Logistic regression modeling
Type of Statistical model
31
ARIMA models for time series forecasting
Type of Statistical model
32
Process Modeling
Type of Statistical model
33
Sequence Estimation Modeling
Type of Statistical model
34
Manufacturing Layout Modeling
Type of Statistical model
35
Mass-Spring-Damper Models
Type of Mathematical Model
36
Stability in Dynamic motion models
Type of Mathematical Model
37
Vibrational Analysis (Waves)
Type of Mathematical Model
38
Control Systems Modeling
Type of Mathematical Model
39
Fluid dynamics modeling
Type of Mathematical Model
40
Production Throughput Analysis
Type of Mathematical Model
41
Decision Analysis
Type of Mathematical Model
42
Network Analysis (Nodal)
Type of Mathematical Model
43
Cost modeling
Type of Mathematical Model
44
Linear Programming
Type of Mathematical Model
45
Finite Element Based Structural Analysis
Type of Mathematical Model
46
Phase Space Model
Type of Mathematical Model
47
State Variable Model
Type of Mathematical Model
48
Polynomial-fitting Based Structural Analysis
Type of Mathematical Model
49
S-I-R Model
Type of Mathematical Model
50
Chemical Kinetics Model
Type of Mathematical Model
51
Functional Flow Charts
Type of Graphical model
52
Block Diagrams
Type of Graphical model
53
Behavioral Diagrams
Type of Graphical model
54
N2 Charts
Type of Graphical model
55
PERT Charts
Type of Graphical model
56
Logic Trees
Type of Graphical model
57
Document Trees
Type of Graphical model
58
Timelines
Type of Graphical model
59
Waterfall Charts
Type of Graphical model
60
Floor Plans
Type of Graphical model
61
Blueprints
Type of Graphical model
62
Schematics
Type of Graphical model
63
Topographical Representations
Type of Graphical model
64
CAD
Type of Graphical model
65
Wind tunnel Model
Type of Physical model
66
Hanger Queen
Type of Physical model
67
Testbed
Type of Physical model
68
Breadboard
Type of Physical model
69
Prototypes
Type of Physical model
70
Mass/Inertial Model
Type of Physical model
71
Scale Model
Type of Physical model
72
Laser Lithographic Model
Type of Physical model
73
Structural Test Model
Type of Physical model
74
Acoustic Model
Type of Physical model
75
Digital Twins
76
Multi-domain Simulation (MDS)
77
Simulating Stochastic Models with a "Random Walk"
78
Three Evils of Simulations
There are three underlying reasons why things go wrong in systems engineering in general, and in systems modeling, analysis, & simulation in particular: 1) Complexity – arises from the relationships between various system elements, particularly when these relationships are over-simplified, not as assumed, or just unknown. 2) Lack of understanding – can arise from ambiguous requirements, lack of domain knowledge, or usage of a system in a manner not intended by the developer. 3) Communication issues – can occur at the interpersonal, inter-group, or inter-organizational, and/or system-to-system levels. * These three “evils” can lead to inefficient system engineering at best and project or system failure at worst.
79
Common Pitfalls in Modeling and Simulation
– Using a model outside the range of variation for which it has been validated. – Using a model for other than its intended usage. In particular, the rationale underlying the neglected vs. included variables may be invalidated. – Failure to validate or certify/accredit a model. – Failure of the modeler to keep their eye on the ball. The objective is to be as general in scope, realistic & precise in behavior as necessary (vs. possible). * Significant resources are often wasted over-developing models. – Failure to recognize or account for inter-dependencies between concurrent modeling efforts. Failure to base concurrent model developments on a common system baseline design. * Both these topics will be addressed in “Technical Integration.”