where t
n +1
- estimate the length of the interval;
t
n
is an estimate of the length of the previous interval;
T
n
is the true length of the previous interval .
The most commonly used values are a = 0.5, in this case, it is sufficient to
calculate the average between the previous estimate and the actual interval
value.
Shortest Remaining Time to Completion First, SRTCF.
Its difference from STCF is that when a new thread is queued for ready
threads, the next CPU usage time is shorter than the time remaining before
the current thread completes, the current thread is interrupted and a new
thread becomes in its place.