Irreducable
A chain is irreducible if every state can be reached by every other state
Closed state
If the system once in one of the states of the set will then remain there indefinitely
Absorbing state
Closed set with only one state
N from fundamental matrix
N = ( I - Q )^-1
The expected number of times the process is in the transient
Balking
Behaviour where potential customers or clients decide not to join the queue because it is too long or moving too slowly
Renegading
Behaviour where customers who have already joined a queue decide to leave it before receiving the service
Jockeying
For where there are more than one channels,
where a customer switches from one line to another in attempt to find a faster queue
Waiting lines total costs
Waiting costs - Decrease as speed of service rises
Service cost - Increase as speed of service rises
How to recognise Poisson distribution? (2 crude rules)
Assumptions of waiting line models (7)
Total costs model for waiting lines
CwLs + CsK
Arbitrary service times
Service times that do not follow a specific distribution pattern.
Reflective of reality
Reasons for simulation (4)
2 Types of simulation model
Shortcomings of simulation (5)
5 steps of Monte Carlo simulation
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
Midsquare technique for random numbers
Congruential random number generator
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.
Why use inventory management models
Help managers face problems of maintaining sufficient inventories to meet demand as well as incurring lowest inventory holding costs
Inventory management costs to consider
What is Simulation?
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.
Steps in Simulation Process (7)
Formula to calculate x for a Uniform Probability Distribution
Simulation - Random Numbers
x = a + R(b - a)
Formula to calculate x for a Normal Probability Distribution
x = mu +/- SD(z)
From the fomula: z = (x - mu)/SD