Modelling Flashcards

1
Q

Irreducable

A

A chain is irreducible if every state can be reached by every other state

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

Closed state

A

If the system once in one of the states of the set will then remain there indefinitely

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

Absorbing state

A

Closed set with only one state

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

N from fundamental matrix

A

N = ( I - Q )^-1
The expected number of times the process is in the transient

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

Balking

A

Behaviour where potential customers or clients decide not to join the queue because it is too long or moving too slowly

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

Renegading

A

Behaviour where customers who have already joined a queue decide to leave it before receiving the service

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

Jockeying

A

For where there are more than one channels,
where a customer switches from one line to another in attempt to find a faster queue

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

Waiting lines total costs

A

Waiting costs - Decrease as speed of service rises
Service cost - Increase as speed of service rises

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

How to recognise Poisson distribution? (2 crude rules)

A
  1. Random arrivals
  2. Sample mean and variance will be approximately equal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Assumptions of waiting line models (7)

A
  1. First in, first out
  2. All customers wait regardless of queue length
  3. arrivals independent of preceding arrivals, but avg arrivals dont change over time
  4. Infinite population arrive by poisson dist
  5. Service times vary and are independent, but Avg is known
  6. Service times are negative exponential probability distribution
  7. Average service rate is greater than average arrival rate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Total costs model for waiting lines

A

CwLs + CsK

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

Arbitrary service times

A

Service times that do not follow a specific distribution pattern.
Reflective of reality

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

Reasons for simulation (4)

A
  1. Actual environment too hard to observe
  2. not possible to develop analytical solution
  3. not sufficient time to allow time to operate extensively
  4. actual operation and observation is too disruptive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

2 Types of simulation model

A
  1. Deterministic - all data known with certainty
  2. Probabilistic - Some data described by probability distributions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Shortcomings of simulation (5)

A
  1. Not precise
  2. Expensive, and timely to develop
  3. Not available for all situations. Without random component, all experiments would produce same answer
  4. Evaluates, does not generate solution techniques
  5. Changing too many parameters at same time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

5 steps of Monte Carlo simulation

A

For RANDOM NUMBERs.
1. Setting up probability distribution for variables
2. Building a cumulative probability distribution for a variable
3. Establish an interval of random numbers for a variable
4. Generate random numbers
5. Simulate a series of trials

17
Q

Midsquare technique for random numbers

A
  1. Start with 4 digit number
  2. Square it to get 8 digit (add 0 to front if 7)
    take middle 4 (digit 3, 4, 5, and 6) and /1000 for random number
  3. The middle 4 digits is the next base number
18
Q

Congruential random number generator

A

Random number is a function of seed mod m.
eg. seed Z0 =1, f(Z)=aZ0 mod m
a = 6, m=13
Z1 = (1*6)/13 = 0 remain 6.
6/m-1= 6/12=0.5
0.5 is the random number.

19
Q

Why use inventory management models

A

Help managers face problems of maintaining sufficient inventories to meet demand as well as incurring lowest inventory holding costs

20
Q

Inventory management costs to consider

A
  • Ordering costs
  • Holding costs
  • (Backorder cost)
21
Q

What is Simulation?

A

The process of building a mathematical or logical model of a system or a decision problem and experimenting with the model to obtain insights into the system’s behaviour or to assist in solving the decision problem.

22
Q

Steps in Simulation Process (7)

A
  1. Define the problem/system, identifying the basis entities.
  2. Formulate the model (i.e., process and flows).
  3. Identify/collect data to test the model.
  4. Test the model: compare the behaviour of the model with actual problem.
  5. Run the simulation.
  6. Analyse the results of the simulation.
  7. Validate the simulation.
23
Q

Formula to calculate x for a Uniform Probability Distribution

Simulation - Random Numbers

A

x = a + R(b - a)

24
Q

Formula to calculate x for a Normal Probability Distribution

A

x = mu +/- SD(z)
From the fomula: z = (x - mu)/SD

25
Q

Alternative Approaches to Inventory Management

A
  • Deterministic Inventory Models - rate of demand is constant or near constant.
  • Probabilistic Inventory Models - demand for items fluctuates.
  • Material Requirement Planning (MRP) - where demand is directly dependent on demand of final products in inventory system.
  • Just-in-time (JIT) - eliminating waste, including unnecessary inventory.
26
Q

What is the Economic Order Quantity (EOQ)?

A

The number of units that a company should add to inventory with each order to minimise the total costs of inventory.
Model for calculating the appropriate reorder point, and optimal reorder quantity.

27
Q

Constraints to EOQ model

In terms of Demand and Quantity.

A
  • Demand (D) for an item is constant per time period.
  • Quantity (Q) ordered arrives at one point in time - inventory level then decreases until the next re-order point.
28
Q

What is the equation for adjusted reorder point for Safety Stock?

A

rss = (d x m) + SS

29
Q

EOQ model Assumptions

(Economic Order Quantity)

A
  • Demand is deterministic and occurs at a constant rate.
  • The order quantity is the same for every order, and it all turns up at once.
  • The cost per order is constant, does not depend on the quantity ordered.
  • The purchase cost per unit is constant and does not depend on quantity ordered.
  • The inventory holding cost per unit per time period is constant.
  • Shortages, such as stockouts or backorders are not permitted.
  • The lead time for an order is constant.
  • The inventory position is reviewed continuously. As a result, an order is placed as soon as the inventory positioon reaches the reorder point.
30
Q

What is the Economic Production Lot Size Model?

A

Goods arrive at a constant rate (p) over a full period of time.

31
Q

Disadvantages of Quantity Discounts for the EOQ Model

A
  • higher ordering costs
  • older stock - becomes unhealthy to eat, but also the volatility of prices of component parts of technology.
  • more money upfront
32
Q

What are the 3 levels of Management Science?

A
  1. Fundamental Level - Probability, Optimisation and Dynamical systems.
  2. Modelling Level - building models, analysing them mathematically, gathering and interpreting data.
  3. Application Level - make a practical impact and be a driver for change in the real world.