Advanced Engineering Management Science Review Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

flashcard set

Earn XP

Description and Tags

This set covers vocabulary and core concepts from the Advanced Engineering Management Science (AEMS) course, including optimization, linear programming, forecasting, and statistical process control.

Last updated 11:24 PM on 7/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

Advanced Engineering Management Science (AEMS)

A field that integrates principles of engineering, management, and decision science to optimize complex systems and processes using scientific and mathematical approaches.

2
New cards

Decision Variables

The choices and options that need to be controlled or adjusted to achieve the objective in an optimization model.

3
New cards

Objective Function

The mathematical measure of what needs to be maximized (e.g., profit), minimized (e.g., cost), or optimized in a model.

4
New cards

Constraints

The conditions that must be fulfilled or satisfied in a problem, acting as the boundaries within which the decision variables must operate.

5
New cards

Parameter Estimation

The step in AEMS that involves determining constants through statistical analysis from historical data or expert judgment.

6
New cards

Model Validation

The process of testing model outputs against real-world observations to check assumptions, sensitivity, and errors.

7
New cards

Optimization Modelling

A branch of Management Science that attempts to find the 'best' solution to a problem from a set of possible solutions using mathematical equations.

8
New cards

Linear Programming (LP)

A method of depicting complex relationships by using functions where all relationships in the model are linear in nature.

9
New cards

Non-linear Programming

An optimization technique where either the objective function or any of the constraints are defined by non-linear relationships.

10
New cards

Continuous Variables

Decision variables that represent measurable physical quantities such as production amounts, hours worked, or money invested.

11
New cards

Binary Variables

Decision variables that represent 'yes/no' type choices (e.g., selecting a supplier or opening a facility), often denoted as 11 or 00.

12
New cards

Logical Dependency (Constraint)

A constraint used in Binary LP where one decision depends on another, such as xCxBx_C \le x_B, meaning project C can only be selected if project B is also selected.

13
New cards

Forecasting

Estimates of the occurrence, timing, or magnitude of uncertain future events based on historical data.

14
New cards

Time Series

A set of observations of a variable at regular intervals over time, such as days, months, quarters, or years.

15
New cards

Cyclical / Seasonal Effect

An evident pattern in a time series where similar variations occur during corresponding periods.

16
New cards

Random / Irregular Effect

Fluctuations in a time series where no similar patterns exist and the variable value is due to chance and unpredictable occurrences.

17
New cards

Timeseries Smoothing

A technique used to reduce fluctuations in data to separate the seasonal trend from random noise and draw insights about patterns.

18
New cards

Moving Average

A smoothing method obtained by summing and averaging values from a given number of periods repetitively, deleting the oldest value and adding the latest.

19
New cards

Exponential Smoothing

A weighted moving average method that gives more weight to recent data than older data, where weights decrease exponentially as data gets older.

20
New cards

Alpha (α\alpha)

A smoothing constant between 00 and 11; a low value gives more weight to older values (stable conditions), while a high value weights recent values (changing conditions).

21
New cards

Mean Squared Error (MSE)

A measure of forecasting accuracy calculated using the formula e2n\sum \frac{e^2}{n}, where ee is the error and nn is the number of data points.

22
New cards

Statistical Process Control (SPC)

A quality control method developed by Walter A. Shewhart in the 1920s that uses statistical methods to monitor and control a process.

23
New cards

Common Cause Variation

The natural and inherent variability that is always present in a process.

24
New cards

Special Cause Variation

Abnormal, assignable causes of variation in a process that must be investigated and eliminated.

25
New cards

Control Limits

Statistical boundaries (UCL and LCL) based on process data, used to distinguish between common and special cause variations.

26
New cards

Specification Limits

Process boundaries defined by customer requirements rather than statistical process data.

27
New cards

Control Chart

A graphical tool used in SPC to monitor variation, consisting of a Center Line (Process average), UCL, and LCL.

28
New cards

Moving Range (MR)

The absolute value of the difference between the current value and the previous value, calculated as CurrentValuePreviousValue|Current Value - Previous Value|.