In: Operations Management
Consider the Exponential average formula used to predict the length of next CPU burst. What are implications of assigning following values to the parameters used by algorithm
(A) alpha = 0 , to = 100ms
(B) alpha = 0.99 and to = 10ms
We can solve this question by simly using the average exponetial formula. The formula is given as
\( t = alpha * tn +(1-alpha) tn \)
The further explanation is given as
We only have to remember formula so that we can solve this problem very easy.
This is the final solution of the above given problem
We will use exponential average formula to solve it. Discussion is given as