Formulas PDF
Formulas PDF
• For a normal random variable N (µ, σ2 ), ( N (µ, σ2 ) − µ)/σ = N (0, 1) is the standard normal random variable. If
we sum L many independent normal random variables N (µ, σ2 ), the sum is a normal random variable N ( Lµ, Lσ2 ).
normdist( x, mean, stdev, 0) : normal probability density at x,
Excel’s Normal Probability functions: normdist( x, mean, stdev, 1) : normal cumulative density at x,
nominv( prob, mean, stdev) : inverse of the cumulative density at prob.
Areas under the standard normal curve from −∞ to z and L(z) = normdist(z, 0, 1, 0) − z ∗ (1 − normdist(z, 0, 1, 1)):
z 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4
Area 0.54 0.58 0.62 0.66 0.69 0.73 0.76 0.79 0.82 0.84 0.86 0.88 0.9 0.919
L(z) 0.35 0.31 0.27 0.23 0.20 0.17 0.14 0.12 0.10 0.08 0.07 0.06 0.05 0.037
z 1.5 1.6 1.65 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6
Area 0.933 0.945 0.950 0.955 0.964 0.971 0.977 0.982 0.986 0.989 0.992 0.994 0.995
L(z) 0.029 0.023 0.020 0.018 0.014 0.011 0.008 0.006 0.005 0.004 0.003 0.002 0.001
1 COGS
Inventory turns = = .
Flow time Value of the Inventory
Annual Inventory Cost
Annual Per Unit Inventory Cost = .
Number of Inventory Turns Per Annum
Process capacity = Min{Capacity of Res 1, . . . , Capacity of Res 2}.
Little’s Law: Average Inventory = Average Flow rate * Average Flow time.
R: Demand rate per time. P: Production rate per time. K: Fixed (Setup) cost. h: Holding cost rate per
time per unit.
Average Inventory=Q/2. Length of an Inventory Cycle=Q/R.
1Q KR
Total EPQ cost per time = C ( Q; P) = ( P − R)h +
|2 P {z } Q
|{z}
Inventory holding cost per time Set up cost per time
√
2KR
EPQ( P) =
(1 − R/P)h
The regular production is kept constant (level) over periods and demand fluctuations are satisfied
with overtime production. If the regular production has a capacity then, we may be forced to produce at
that capacity. In general,
{ }
Sum of the demands
Regular production quantity = min , Regular production capacity
Number of periods
Here is an example, suppose the demand for the next two weeks are 50 and 100 and the regular pro-
duction capacity is 70. We can produce only 140 units in two weeks on regular time. The remaining 10
(=150-140) units are produced in overtime. It is better to do the overtime in the second week to save on
inventory holding. Then the regular production is 70 and 70 in the first and the second week while the
overtime production is 0 and 10 units in the first and the second week.
Queues
CVa = St.Dev.of interarrival time/Aver. interarrival time. CVp = St.Dev.of service time/Aver. service time.
CVa and CVp are CV of interarrival and service times.
If a queue with m servers has average interarrival times a and activity times p, its utilization u and the
approximate expected waiting time Tq are:
( √ )( )
p (p)u 2(m+1)−1 CVa2 + CVp2
u= . Tq = .
am m 1−u 2
Total wages per time m ∗ Wages per time p ∗ Wages per time
Cost of Direct Labor = = =
Flow rate per time 1/a u
If a queue with m servers has average interarrival times a and activity times p, let r := p/a, then
(r m )/(m!)
Prob(All servers are busy) = or use Erlang loss table.
∑im=0 (ri )/(i!)
1
The rate of served output = Prob(Not all servers are busy).
a
Quality
• If the sandard deviation of a population is σ, then the standard deviation of the sample means of
this population is
σ
σX̄ = √
n
where n is the size of each sample.
• Control charts:
Mean Chart: UCL=Average of Sample Means + z · StDev of Sample Means
LCL=Average of Sample Means − z · StDev of Sample Means
where we choose z so that Type I error probability is α. One can also use
LCL=norminv(α/2,mean,stdev), UCL=norminv(1-α/2,mean,stdev).
One can also use
LCL=Average of Sample Means − A2 · R̄, UCL=Average of Sample Means + A2 · R̄.
Range Chart: LCL=D3 R̄ and UCL=D4 R̄. Standard deviation can be estimated by σX̄ = R̄/d2 .