ESTIMATE FUNCTION – estimates c based on a, b, d. Not all of them are known all the time.
For the pseudocode of this prediction scheme click here.

CASES:
c’ = (a + b - d) (prediction)
c’ = a + (a - d) (prediction)

c’ = (a + b) / 2 (prediction)

c’ = a (prediction)

c’ = a (prediction)

c’ = c (prediction)
