Top Banner
1 Simulation Chapter Ten
58

1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

Dec 17, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

1

SimulationSimulation

Chapter Ten

Page 2: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

2

13.1 Overview of Simulation

When do we prefer to develop simulation model over an analytic model?

When not all the underlying assumptions set for analytic model are valid. When mathematical complexity makes it hard to provide useful results. When “good” solutions (not necessarily optimal) are satisfactory.

A simulation develops a model to numerically evaluate a system over some time period.

By estimating characteristics of the system, the best alternative from a set of alternatives under consideration can be selected.

Page 3: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

3

Continuous simulation systems monitor the system each time a change in its state takes place.

Discrete simulation systems monitor changes in a state of a system at discrete points in time.

Simulation of most practical problems requires the use of a computer program.

13.1 Overview of Simulation

Page 4: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

4

Approaches to developing a simulation modelUsing add-ins to Excel such as @Risk or Crystal BallUsing general purpose programming languages such as:

FORTRAN, PL/1, Pascal, Basic.Using simulation languages such as GPSS, SIMAN, SLAM.Using a simulator software program.

13.1 Overview of Simulation

Modeling and programming skills, as well as knowledge of statistics are required when implementing the simulation approach.

Page 5: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

5

10.2 Monte Carlo Simulation

Monte Carlo simulation generates random events.

Random events in a simulation model are needed when the input data includes random variables.

To reflect the relative frequencies of the random variables, the random number mapping method is used.

Page 6: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

6

Jewel Vending Company (JVC) installs and stocks vending machines.

Bill, the owner of JVC, considers the installation of a certain product (“Super Sucker” jaw breaker) in a vending machine located at a new supermarket.

JEWEL VENDING COMPANY – an example for the random mapping technique

Page 7: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

7

Data The vending machine holds 80 units of the product. The machine should be filled when it becomes half empty. Daily demand distribution is estimated from similar vending machine

placements. P(Daily demand = 0 jaw breakers) = 0.10 P(Daily demand = 1 jaw breakers) = 0.15 P(Daily demand = 2 jaw breakers) = 0.20 P(Daily demand = 3 jaw breakers) = 0.30 P(Daily demand = 4 jaw breakers) = 0.20 P(Daily demand = 5 jaw breakers) = 0.05

Bill would like to estimate the expected number of days it takesfor a filled machineto become half empty.

Bill would like to estimate the expected number of days it takesfor a filled machineto become half empty.

JEWEL VENDING COMPANY – an example of the random mapping technique

Page 8: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

8

Solution

Expected time between refills

Is this the good value or only a good

estimation ?

days 16 5.2

40

)5(05.)4(20.)3(30.)2(20.)1(15.)0(10.

40

Page 9: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

9

0.100.15

0.20

0.30

0.20

0.05

0 1 2 3 4 5

Random number mapping uses the probability function to generate random demand.

A number between 00 and 99 is selected randomly.

00-09 10-25 26-44 45-74 75-94 95-99

3434

The daily demand is determinedby the mapping demonstrated below.

3434343434343434343434343434343434343434

2226-4426-44

Random number mapping – The Probability function Approach

Demand

Page 10: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

10

1.000.95

0.75

0.45

0.25

0.10

1 2 3 4 50

0.34

1.00

0.00

Random number mapping – The Cumulative Distribution Approach

The daily demand X isdetermined by the random number Y between0 and 1, such that X is thesmallest value for whichF(X) Y.

F(1) = .25 < .34F(2) = .45 > .34

Y = 0.34

2

Page 11: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

11

A random demand can be generated by hand (for small problems) from a table of pseudo random numbers.Using Excel a random number can be generated by The RAND() functionThe random number generation option (Tools>Data

Analysis)

Simulation of the JVC Problem

Page 12: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

12

Random Two First Total DemandDay Number Digits Demand to Date

1 6506 65 3 32 7761 77 4 73 6170 61 3 104 8800 88 4 145 4211 42 2 166 7452 74 3 19

Random Two First Total DemandDay Number Digits Demand to Date

1 6506 65 3 32 7761 77 4 73 6170 61 3 104 8800 88 4 145 4211 42 2 166 7452 74 3 19

Simulation of the JVC Problem

Since we have two digit probabilities, we use the first two digits of each random number.

00-09 10-25 45-74 75-94 95-9926-44

0 1 3 4 52 3

An illustration of generating a daily random demand.

Page 13: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

13

The simulation is repeated and stops once total demand reaches 40 or more.

Simulation of the JVC Problem

Random Two First Total DemandDay Number Digits Demand to Date

1 6506 65 3 32 7761 77 4 73 6170 61 3 104 8800 88 4 145 4211 42 2 166 7452 74 3 19

Random Two First Total DemandDay Number Digits Demand to Date

1 6506 65 3 32 7761 77 4 73 6170 61 3 104 8800 88 4 145 4211 42 2 166 7452 74 3 19

The number of “simulated” days required for the total demand to reach 40 or more is recorded.

Page 14: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

14

The purpose of performing the simulation runs is to find the average number of days required to sell 40 jaw breakers.

Each simulation run ends up with (possibly) a different number of days.

A hypothesis test is conducted to test whether or not = 16.

Null hypothesis H0 : 16

Alternative hypothesis HA : 16

Simulation Results and Hypothesis Tests

Page 15: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

15

The test: Define (the significance level). Let n be the number of replication runs.Build the t-statistic

The t-statistic can be used if the random variable observed (number of day required for the total demand to be 40 or more) is normally distributed, while the standard deviation is unknown.

Reject H0 if t > t/2 or t <- t/2

(t/2 has n-1 degrees of freedom.)

n/s

Xt

Simulation Results and Hypothesis Tests

Page 16: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

16

Trials = 1Max=…; sales = 0S = 0; S2 = 0Day = 0

Determine Daily demand (D)

Sales = Sales + DDay = Day + 1

Sales < 40

Record dayS = S + dayS2 = S2 + Day2

Trials< Max End

Trials = Trials + 1Sales = 0Day = 0

JVC – A Flow Chart

Flow charts help guide the simulation program

Yes

No

No

Yes

Page 17: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

17

JVC – Excel Spreadsheet

=MAX(A5:A105)

=IF(C5<40,A5+1,"")

=IF(C5<40,VLOOKUP(RAND(),$K$6:$L$11,2),"")

=IF(C5<40,B6+C5,"")

VLOOKUP TABLE

Enter this data

Drag A5:C5 to A105:C105

Drag A5:C5 to A105:C105

Page 18: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

18

After running 10 simulation replications on Excel, we have the following results.

Number of days to sell

40 or more Jaw Breakers

Replication Days1 182 143 164 165 166 147 148 199 19

10 20

= (18+14+16...+20) / 10 = 16.6

s2 = [(18-16.6)2+(14-16.6)2+...+(20-16.6)2] = 5.1556

t = (16.6 - 16) / [ 2.2706/ ] = 0.836

For = 0.05 and n-1 = 9 degrees of freedom , t0.05/2 = 2.262.

= (18+14+16...+20) / 10 = 16.6

s2 = [(18-16.6)2+(14-16.6)2+...+(20-16.6)2] = 5.1556

t = (16.6 - 16) / [ 2.2706/ ] = 0.836

For = 0.05 and n-1 = 9 degrees of freedom , t0.05/2 = 2.262.

X

10

s 5.1556 2.2706

Page 19: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

19

JVC – Excel Spreadsheet

=(E3-16)/E4

=TDIST(ABS(H5),9,2)

• The p-value =.2966… This value is quite high compared to any reasonable significance level.• Based on this data there is insufficient evidence to infer that the mean number of days differs from 16.

Page 20: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

20

Estimating the Average Number of Days Before a Refill is needed.To obtain more reliable results more runs are made.Summary of results Replications Average # of days t value t(0.025)

10 16.60 0.836 2.262 50 17.04 3.337 1.96 100 16.66 2.996 1.96 500 16.39 3.889 1.96 2500 16.52 11.582 1.9610000 16.46 20.785 1.96

The z value

Page 21: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

21

Determining Confidence IntervalsWhat is our best estimate for Confidence interval might help answer this question

When n <30, a (1-)% confidence interval is

When , a (1-)% confidence interval is

n is the number of replications.Example: n = 10000, 95% confidence interval is [16.42,16.50]

{X t s n , X + t s n }/2,n-1 /2 {X t s n , X + t s n }/2,n-1 /2

n 30

{X s n, X }/2 /2 z z s n {X s n, X }/2 /2 z z s n

Page 22: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

23

13.5 Simulation Modeling of Inventory Systems

Inventory simulation models are used when underlying assumptions needed for analytical solutions are not met.Typical inputs into the simulation model are Order costHolding costLead timeDemand distribution

Typical output is the average total costfor a given inventory policy

Page 23: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

24

Frequently, the Fixed-Time Simulation approach is appropriate for the modeling of inventory problems. The system is monitored periodically. The activities associated with demand, orders, and shipments

are determined, and the system is updated accordingly.

Typical output is the average total cost for a given inventory policy.

10.3 Simulation Modeling of Inventory Systems – continued

Page 24: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

25

Frequently, the Fixed-Time Simulation approach is appropriate for the modeling of inventory problems.

The system is monitored periodically.

The activity associated with demand, orders, and shipments is determined, and the system is updated.

Page 25: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

26

ALLEN APPLIANCE COMPANY

Allen Appliance stocks and sells a certain bread maker.DataUnit cost is $260.Annual holding cost rate is 26%Orders are placed at the end of a week, and arrive at the

beginning of a week.Ordering cost is $45 per order.Backorder cost is $5 per unit per week.Backorder administrative cost is $2 per unit.

Page 26: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

27

DistributionsThe number of retailers that wish to purchase bread makers can be

described by the Poisson distribution with = 2.The demand per customer is given by the following empirical

distribution P(demand = 1) = 0.10 P(demand = 2) = 0.15 P(demand = 3) = 0.40 P(demand = 4) = 0.35

The lead time has the following empirical distributionP(lead time = 1 weeks) = 0.2P(lead time = 2 weeks) = 0.6P(lead time = 3 weeks) = 0.2

What is the optimal inventory policy

for Allen?

What is the optimal inventory policy

for Allen?

Page 27: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

28

Inventory Systems

(R,M) : order point, order up to level when the inventory level reaches R, the firm orders

enough to bring the stock to a level M when the orders arrives

(R,Q) : order point, order quantity the firm orders Q units the level of the stock reaches

the inventory level R

Page 28: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

29

Average weekly demand =0.10(1)+0.15(2)+0.40(3)+0.35(4) = 3 units

Weekly holding cost =Ch=(annual holding cost)*Wholesale cost)/52

= (26%*$200/52) = $1 per unit per week

Average lead time for delivery =0.2(1) + 0.6(2) + 0.2(3) = 2 weeks

Page 29: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

30

SOLUTION

Constructing random number mappings for:

The number of retailers Who order in a week

(t)k e-t

k!

= 2; t = 1 week

P(X = k) =

P(0) = 0.350 000-134

P(1) = 0.271` 135-405

P(2) = 0.271 406-676P(3) = 0.180 P(4) = 0.090P(5) = 0.036 P(6) = 0.012 P(7) = 0.003 P(8) = 0.001 P(9) = 0.001

0 000-134 1 135-405 2 406-676 3 677-856 4 857-946 5 947-982 6 983-994 7 995-997 8 998 9 999

Retailers’demand1 00-092 10-243 25-644 65-99

Lead time1 week 0-12 weeks 2-73 weeks 8-9

Page 30: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

31

There are several cases of inventory cost to consider:There is inventory at the beginning and at the end of a week.

Average inventory = (Initial inventory + Ending inventory) / 2

Weekly holding cost = Ch (Average inventory)

There are backordered units at the beginning and at the end of a

week.

Average backorder = (initial backorders + ending backorders) / 2

Weekly backorder cost = Cs(Average backorder) +

additional backorders

during the week)

Page 31: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

32

There is inventory at the beginning, and backordered units at the end of a week.

(Average inventory) = ( Proportion of time “in stock” )(Average inventory)

(Average backorder) = (Proportion of time “out of stock”)(Average backorder)

Holding cost and backorder costs are calculated as before.

Page 32: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

33

Example :Stock at the beginning of the week : 3Demand during the week : 8Number of backorders at the end of the week : 5

Assumption : in-stock period : 3/8 of the weekout-of-stock period : 5/8 of the week

Results

Average inventory level=.375(1.5)+0.625(0)= .5625 unitsHolding cost for the week = .5625($1)=$.5625Average backorder level=.375(0)+0.625(2.5)= 1.5625 unitsBackorder cost for the week=1.5625($5)+5($2) =$17.8125

Page 33: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

34

Simulation of the (R,Q) system

Inventory Demand Backorders / Reordering Costs

WK B1 R1 #A R2 D E1 A1 BB #B EB AB R3 LT HC BC AC RC TC1 25 650 2 33 3

98 4 7 18 21.5 0 0 0 -- -- $21.5 0 0 0 $21.5

2 18 776 3 26 3 91 4

96 4 11 7 12.5 0 0 0 2 2 $12.5 0 0 $45 $57.5

Initial inventory

Random numberNumber of orders

Random number Demand

Ending inventory

Average inventory

Beginning backordersEnding backorders

Average backorders Lead time

Holding costA1($1)

Backorder costAB($5)

(#B)

Order cost $45

Initial inventory Ending inventoryAn order must be placedbecause ending inventory is less than the reorder point (=10)

Page 34: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

35

Simulation of the (R,Q) System.

Inventory Demand Backorders / Reordering Costs

WK B1 R1 #A R2 D E1 A1 BB #B EB AB R3 LT HC BC AC RC TC3 7 617 2 48 3 0 82 4 7 0 3.5 0 0 0 1 $3.5 0 0 0 $3.54 0 880 4 27 3

96 4 46 3 20 2

12 0 0 12 12 6 0 0 30 24 0 $545 13 421 2 44 3 0

84 4 7 6 9.5 0 0 0 9 3 $9.5 0 0 $45 $54.5 Initial inventoryRandom number

Number of ordersRandom number Demand

Ending inventory

Average inventory

Beginning backordersEnding backorders

Average backorders Lead time

Holding costA1($1)

Backorder costAB($5)

(#B)

Order cost $45

Initial inventory

Ending inventory

(0+12)/2$5(Average inventory)$2(Number of new backorders)

Beginning inventory =ending inv. last week+ order received- backorders accumulated = 0 +25 -12

Page 35: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

36

Results for ten simulated weeksAverage weekly cost for the (R,Q) policy is

(21.50 + 57.50 + 3.50 + 54.00 + …) / 10 = $30.68

Average weekly cost for the (R,M) policy is $27.90

Based on ten weeks runs the (R,M) policy is preferred.

More runs are needed to substantiate this result.

Page 36: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

37

10.4 Simulation of a Queuing System

In queuing systems time itself is a random variable.Therefore, we use the next event simulation approach.

The simulated data are updated each time a new event takes place (not at a fixed time periods.)

The process interactive approach is used in this kind of simulation (all relevant processes related to an item as it moves through the system, are traced and recorded).

Page 37: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

38

CAPITAL BANKAn example of queuing system simulation

Capital Bank is considering opening the bank on Saturdays morning from 9:00 a.m.Management would like to determine the waiting time on Saturday morning based on the following data:

Page 38: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

39

CAPITAL BANKData: There are 5 teller positions of which only three will

be staffed. Ann Doss is the head teller, experienced, and fast. Bill Lee and Carla Dominguez are associate tellers less

experienced and slower.

Page 39: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

40

CAPITAL BANKData: Service time distributions:

Ann’s Service Time Distribution Bill and Carla’s Service Time Distribution Service Time Probability Service Time

Probability.5 minutes .05 1 minute .051 .10 1.5 .151.5 .20 2 .202 .30 2.5 .302.5 .20 3 .103 .10 3.5 .103.5 .05 4 .05

4.5 .05

Page 40: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

41

CAPITAL BANK

Data: Customer inter-arrival time distribution

inter-arrival time Probability.5 Minutes .651 .151.5 .152 .05

Service priority rule is first come first served

A simulation model is required to analyze the service .

Page 41: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

42

Calculating expected values: E(inter-arrival time) = .5(.65)+1(.15+1.5(.15)+2(.05) = .80

minutes [75 customers arrive per hour on the average, (60/.8=75)]

E(service time for Ann) = .5(.05)+1(.10)+…+3.5(.05) = 2 minutes [Ann can serve 60/2=30 customers per hour on the average]

E(Service time for Bill and Carla) = 1(.05)+1.5(.15)+…+4.5(.05) = 2.5 minutes [Bill and Carla can serve 60/2.5=24 customers per hour on the average].

CAPITAL BANK – Solution

Page 42: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

43

To reach a steady state the bank needs to employ all the three tellers (30+2(24) = 78 > 75).

CAPITAL BANK – Solution

Page 43: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

44

If no customer waits in line, an arriving customer seeks service by a free teller in the following order: Ann, Bill, Carla.If all the tellers are busy the customer waits in line and takes then the next available teller.The waiting time is the time a customer spends in line, and is calculated by

[Time service begins] minus [Arrival Time]

CAPITAL BANK – The Simulation logic

Page 44: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

45

CAPITAL – Simulation Demonstration

Mapping Interarrival time 80 – 94 1.5 minutes

Mapping Ann’s Service time 35 – 64 2 minutes

3.5AnnBill

1.51.5

1.5 1.51.5 1.5

1.5

1.51.51.5

Page 45: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

46

CAPITAL – Simulation Demonstration

Mapping Interarrival time 80 – 94 1.5 minutes

Mapping Bill’s Service time 40 – 69 2.5 minutes

AnnBill 3 5.5

3.51.5

Page 46: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

47

CAPITAL – Simulation Demonstration

3.53Waiting time

Page 47: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

48

Average Waiting Time in Line = 1.670Average Waiting Time in System = 3.993

Waiting WaitingRandom Arrival Random Time Time

Customer Number Time Number Start Finish Start Finish Start Finish Line System

1 0.87 1.5 0.96 1.5 5 0 3.52 0.18 2.0 0.76 2 5 0 3.03 0.49 2.5 0.78 2.5 5.5 0 3.04 0.86 4.0 0.49 5 7 1 3.05 0.54 4.5 0.85 5 8.5 0.5 4.06 0.61 5.0 0.55 5.5 8 0.5 3.07 0.91 6.5 0.90 7 10 0.5 3.58 0.64 7.0 0.62 8 10.5 1 3.5

Ann Bill Carla

CAPITAL – 1000 Customer Simulation

Page 48: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

49

Average Waiting Time in Line = 1.670Average Waiting Time in System = 3.993

Waiting WaitingRandom Arrival Random Time Time

Customer Number Time Number Start Finish Start Finish Start Finish Line System

1 0.87 1.5 0.96 1.5 5 0 3.52 0.18 2.0 0.76 2 5 0 3.03 0.49 2.5 0.78 2.5 5.5 0 3.04 0.86 4.0 0.49 5 7 1 3.05 0.54 4.5 0.85 5 8.5 0.5 4.06 0.61 5.0 0.55 5.5 8 0.5 3.07 0.91 6.5 0.90 7 10 0.5 3.58 0.64 7.0 0.62 8 10.5 1 3.5

Ann Bill Carla

CAPITAL – 1000 Customer Simulation

This simulation estimates two performance measures: Average waiting time in line (Wq) = 1.67 minutes Average waiting time in the system W = 3.993 minutes

This simulation estimates two performance measures: Average waiting time in line (Wq) = 1.67 minutes Average waiting time in the system W = 3.993 minutes

To determine the other performance measures, we can use Little’s formulas: Average number of customers in line Lq =(1/.80)(1.67) = 2.0875 customers Average number of customers in the system = (1/.80)(3.993) = 4.99

customers.

To determine the other performance measures, we can use Little’s formulas: Average number of customers in line Lq =(1/.80)(1.67) = 2.0875 customers Average number of customers in the system = (1/.80)(3.993) = 4.99

customers.

Average inter-arrivaltime = .80 minutes.

Page 49: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

50

Mapping for Continuous Random Variables

ExampleThe Explicit inverse distribution method can be used to

generate a random number X from the exponential distribution with = 2 (i.e. service time is exponentially distributed, with an average of 2 customers per minute).

Randomly select a number from the uniform distribution between 0 and 1. The number selected is Y = .3338.

Solve the equation: X = F-1(Y) = – (1/)ln(1 – Y) = –(1/2)ln(1-.3338) = .203 minutes.

Page 50: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

51

Mapping for Continuous Random Variables – Using Excel

=RAND()Drag to cell B13

=-LN(1-B4)/$B$1Drag to cell C13

Page 51: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

52

Excel can generate continuously distributed random numbers for various distribution.Normal =NORMINVBeta: =BETAINVChi squared: =CHIINVGamma: =GAMMAINV

Random numbers and Excel

Page 52: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

53

Random numbers Normally distributed by Excel –

=NORMINV(RAND(),$B$1,$B$2)Drag to cell B24

Page 53: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

54

Simulation of an M / M / 1 Queue

Applying the process interaction approach we have:

New arrival time = Previous arrival time + Random interarrival time.

Service finish time = Service start time + Random service time.

A customer joins the line if there is a service in progress (its arrival

time < current service finish time ).

A customer gets served when the server becomes idle.

Waiting times and number of customers in line and in the system

are continuously recorded.

Page 54: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

55

LANFORD SUB SHOPAn example of the M/M/1 queuing simulation

Lanford Sub Shop sells sandwiches prepared by its only employee, the owner Frank Lanford.

Frank can serve a customer in 1 minute on the average according to an exponential distribution.

During lunch time, 11:30 a.m. to 1:30 p.m., an average of 30 customers an hour arrive at the shop according to a Poisson distribution.

Page 55: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

56

LANFORD SUB SHOPUsing simulation, Frank wants to determine theaverage time a customer must wait for service

Using simulation, Frank wants to determine theaverage time a customer must wait for service

Page 56: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

57

LANFORD SUB SHOP - Solution

Input Data= 30, = 60.

Data generated by the simulation: C# = The number of the arriving customer. R#1 = The random number used to determine interarrivals. IAT = The interarrival time. AT = The arrival time for the customer. TSB = The time at which service begins for the customer. WT = The waiting time a customer spends in line. R#2 = The random number used to determine the service time. ST = The service time. TSE = The time at which service end for the customer

Page 57: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

58

The interarrival time = - ln(1-0.4211) / 30 = 0.0182 hours = 1.09 minutes

C# R#1 IAT AT TSB WT R#2 ST TSE1 0.6506 2.10 2.10 2.10 0 0.7761 1.5 3.62 0.6170 1.92 4.02 4.02 0 0.8800 2.12 6.143 0.4211 1.09 5.11 6.14 1.03 0.7452 1.37 7.514 0.1182 0.25 5.36 7.51 2.15 0.4012 0.51 8.025 0.0335 0.07 5.43 8.02 2.59 0.6299 0.99 9.016 0.5482 1.59 7.02 9.01 1.99 0.1085 0.11 9.127 0.1698 0.37 7.39 9.12 1.73 0.6969 1.19 10.318 0.1696 0.37 7.76 10.31 2.55 0.0267 0.03 10.349 0.3175 0.76 8.52 10.34 1.82 0.7959 1.59 11.93

10 0.4958 1.37 9.89 11.93 2.04 0.4281 0.56 12.49

C# R#1 IAT AT TSB WT R#2 ST TSE1 0.6506 2.10 2.10 2.10 0 0.7761 1.5 3.62 0.6170 1.92 4.02 4.02 0 0.8800 2.12 6.143 0.4211 1.09 5.11 6.14 1.03 0.7452 1.37 7.514 0.1182 0.25 5.36 7.51 2.15 0.4012 0.51 8.025 0.0335 0.07 5.43 8.02 2.59 0.6299 0.99 9.016 0.5482 1.59 7.02 9.01 1.99 0.1085 0.11 9.127 0.1698 0.37 7.39 9.12 1.73 0.6969 1.19 10.318 0.1696 0.37 7.76 10.31 2.55 0.0267 0.03 10.349 0.3175 0.76 8.52 10.34 1.82 0.7959 1.59 11.93

10 0.4958 1.37 9.89 11.93 2.04 0.4281 0.56 12.49

The explicit inverse method

Arrival time of customer 3 = Arrival time of customer 2 + 1.09 = 4.02 + 1.09

Waiting time = 6.14 - 5.11

End of service = 6.14+1.37

Average waiting time = (0 + 0 +1.03 + ... +2.04) / 10 = 1.59

Average waiting time = (0 + 0 +1.03 + ... +2.04) / 10 = 1.59

LANFORD SUB SHOP – Simulation for first 10 Customers

Time Service EndsService TimeTime Service BeginsArrival Time

Page 58: 1 Simulation Chapter Ten. 2 13.1 Overview of Simulation When do we prefer to develop simulation model over an analytic model? When not all the underlying.

59

LANFORD SUB SHOP – Simulation for first 1000 Customers