Simio and Simulation textbook
We will need the following
y = 1 / 1.25
m = 1/1*(1)
p = y/m
L = p/(1-p)
W = L/y
Wq = L/y-m
Lq = y*Wq
data.frame(y,m,p,L,W,Wq,Lq)
## y m p L W Wq Lq
## 1 0.8 1 0.8 4 5 4 3.2
Simio and Simulation textbook
We will need the following
y = 1 / 1.25
m = 1/1*(1)
p = y/m
L = p/(1-p)
W = L/y
Wq = L/y-m
Lq = y*Wq
data.frame(y,m,p,L,W,Wq,Lq)
## y m p L W Wq Lq
## 1 0.8 1 0.8 4 5 4 3.2