Difference between revisions of "Gap Analysis"

From wiki.pengtools.com
Jump to: navigation, search
(References)
Line 11: Line 11:
 
[[Gap Analysis]] is based on 3 questions:
 
[[Gap Analysis]] is based on 3 questions:
  
1. Where we now?
+
<table width="100%" border="1" cellpadding="3" cellspacing="1">
 +
<tr>
 +
<th>Question <ref name = DDA /></th>
 +
<th>Answer</th>
 +
<th>Note</th>
 +
</tr>
  
2. Where we should be?
+
<tr>
 +
<td>1. Where we now?</td>
 +
<td><math>q(t) = \frac{q_i}{(1+b\ D_i\ t)^{1/b}}</math></td>
 +
<td><math> Q = \frac{q_i}{D_i\ (b-1)} \left ( (1+b\ D_i\ t)^ \left ( 1-\frac{1}{b} \right ) -1 \right )</math></td>
 +
</tr>
  
3. What needs to be done to get where?
+
<tr>
 +
<td>2. Where we should be?</td>
 +
<td><math>q(t) = {q_i}\ e^{-D_i\ t}</math></td>
 +
<td><math>Q = \frac{q_i}{D_i}(1-e^{-D_i\ t})</math></td>
 +
</tr>
  
The answers to whose questions leads to the [[::
+
<tr>
 +
<td>3. What needs to be done to get where?</td>
 +
<td><math>q(t) = \frac{q_i}{1+D_i\ t}</math></td>
 +
<td><math>Q = \frac{q_i}{D_i} ln{(1+D_i\ t)}</math></td>
 +
</tr>
  
1.
+
</table>
  
 
== References ==
 
== References ==

Revision as of 10:34, 11 July 2018

Brief

Gap Analysis is the process which involves the comparison of actual performance with potential or desired performance [1].

Any difference between the actual performance and potential is identified as the performance gap.

Philosophy

Gap Analysis is based on 3 questions:

Question [2] Answer Note
1. Where we now? q(t) = \frac{q_i}{(1+b\ D_i\ t)^{1/b}}  Q = \frac{q_i}{D_i\ (b-1)} \left ( (1+b\ D_i\ t)^ \left ( 1-\frac{1}{b} \right ) -1 \right )
2. Where we should be? q(t) = {q_i}\ e^{-D_i\ t} Q = \frac{q_i}{D_i}(1-e^{-D_i\ t})
3. What needs to be done to get where? q(t) = \frac{q_i}{1+D_i\ t} Q = \frac{q_i}{D_i} ln{(1+D_i\ t)}

References

  1. "Gap analysis at wikipedia.org". 
  2. Cite error: Invalid <ref> tag; no text was provided for refs named DDA