4.4 Tracking your Project

complete, todo, real_effort, quotient

Formulars (to simplify the formulars we assume $start \leq now \leq end$)

\begin{eqnarray*}
quotient & = & \frac{now - start}{length} \\
eperf & = & quot...
...omplete} - eperf \\
real\underline{\:}effort & = & eperf + todo
\end{eqnarray*}


When a task is in schedule than it is $quotient = complete$ and the formulars reduce to:

\begin{eqnarray*}
eperf & = & complete \cdot effort\\
todo & = & effort - eperf \\
real\underline{\:}effort & = & eperf + todo = effort
\end{eqnarray*}