An Inventory Management Package For R
An Inventory Management Package For R
An Inventory Management Package For R
Marlene Marchena
[email protected]
Inventory
The basic Economic Order Quantity (EOQ) model
EOQ assumptions
Derivation of the model
Inventory models
What is SCperf?
EOQ() example
Bullwhip Effect (BE)
Measuring the BE
Measuring the BE for a generalized demand process
SCperf()
Why did we develop SCperf?
Inventory
What is inventory?
What is inventory?
What is inventory?
1. Instantaneous production,
2. immediate delivery,
3. deterministic demand,
4. constant demand,
7. single product.
EOQ model
Notation:
D: demand per time unit, A: ordering or setup cost,
h: holding cost per unit and time unit, Q: batch quantity,
c: unit cost for producing or T : cycle time= Q/D
purchasing each unit.
EOQ model
Notation:
D: demand per time unit, A: ordering or setup cost,
h: holding cost per unit and time unit, Q: batch quantity,
c: unit cost for producing or T : cycle time= Q/D
purchasing each unit.
hQ 2
Total cost per cycle = A + cQ +
2D
EOQ model
Notation:
D: demand per time unit, A: ordering or setup cost,
h: holding cost per unit and time unit, Q: batch quantity,
c: unit cost for producing or T : cycle time= Q/D
purchasing each unit.
hQ 2
Total cost per cycle = A + cQ +
2D
A + cQ + hQ 2 /2D DA hQ
Total cost per unit time = = + cD + h
Q/D Q 2
∂TC D Q
We have that = A + h,
r ∂Q Q 2
2DA Qopt
then Qopt = and Topt =
h D
1. Instantaneous production,
2. immediate delivery,
3. deterministic demand,
4. constant demand,
7. single product.
Modification of the basic model
2. immediate delivery,
3. deterministic demand,
4. constant demand,
7. single product.
Modification of the basic model
3. deterministic demand,
4. constant demand,
7. single product.
Modification of the basic model
4. constant demand,
7. single product.
Modification of the basic model
7. single product.
Modification of the basic model
7. single product.
Modification of the basic model
7. single product.
Modification of the basic model
Example:
> EOQ(8000,12000,0.3)
Q T TVC
25298.22 3.16 7589.47
The Bullwhip Effect (BE)
Definition: The BE is the increase of the demand variability as one
moves up the supply chain.
Quantifying the BE
A common index used to measure the BE is:
Var (qt )
M=
Var (dt )
Quantifying the BE
A common index used to measure the BE is:
Var (qt )
M=
Var (dt )
Var (qt )
M=
Var (dt )
Var (qt )
M=
Var (dt )
Var (qt )
M=
Var (dt )
Zhang 2004:
PL PL
2 i=0 ψi ψj
M =1+ P∞j=i+1
2
j=0 ψj
The model
Inventory model
Two stage supply chain
Single item with no fixed cost
OUT replenishment policy
MMSE as forecast method
Define:
Example:
> SCperf(0.95, 0.1, 2, 0.99)
bullwhip VarD VarLT SS SSLT z
1.5029 12.3077 5.2025 11.5419 5.3062 2.3264
Why did we develop SCperf?
Educational purposes:
to offer to useRs, teachers, researchers and managers a free,
open-source, package for inventory control
Why did we develop SCperf?
Educational purposes:
to offer to useRs, teachers, researchers and managers a free,
open-source, package for inventory control
Managerial purposes:
might be used as an alternative (or complement) to other
SCM commercial packages.
Why did we develop SCperf?
Educational purposes:
to offer to useRs, teachers, researchers and managers a free,
open-source, package for inventory control
Managerial purposes:
might be used as an alternative (or complement) to other
SCM commercial packages.
Marlene S. Marchena
[email protected]