Execution Time Estimation of SJF
- Use historical execution time to predict future execution time
τn+1=αtn+(1−α)τn,where0≤α≤1
tn -- the nth CPU calculation time
τn+1 -- CPU calculation time estimate for the n+1th time
τn+1=αtn+(1−α)αtn−1+(1−α)(1−α)αtn−2+...