I'm studying the probabilitized EOQ Model (probabilistic static demand) but got stuck in a small intermediate step concerning a standard deviation. It should be obvious but I seem to be missing the main clue.
- Assumption: The demand per unit time ($D$) is normally distributed with mean $D$ and standard deviation $\sigma$.
- This implies that: the demand during lead time ($D_L = LD$) ($L$ denotes the fixed lead time) must also be normal with mean $E(D_L) = E(LD) = L \ \cdot \ E(D) = LD$ (correct) and standard deviation $\sigma(D_L) = \sigma(LD) = \sqrt(L^2) \ \cdot \ \sigma(D) = \sqrt(L^2) \ \cdot \ \sigma = L\sigma$.
However, the answer should be $\sigma(D_L) = \sqrt(L) \ \cdot \ \sigma = \sqrt(L\sigma^2)$.
What goes wrong?
(The rule I use is $\sigma(aX) = |a| \ \cdot \ \sigma(X) = \sqrt(a^2) \ \cdot \ \sigma(X)$).