Changes for page Agile and Data
Last modified by chrisby on 2024/01/13 17:13
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -26,7 +26,7 @@ 26 26 * **Completion Date Estimation**: The data can be used to estimate the completion date of a milestone or the project by either 27 27 1. dividing the remaining points of all unfinished stories by the average velocity from the velocity-time plot, or 28 28 1. creating a linear approximation function through the data points of the burndown chart and read the intersection with the x-axis. This marks the expected completion date of the milestone/project, as there are no more stories to implement. 29 - * Note that this is only an estimate, not absolute truth. There is variance in the data points, which creates uncertainty, and unforeseen challenges may occur. Considering the law of large numbers,thisisjust ourbestguess.29 + * Note that this is only an estimate, not absolute truth. There is variance in the data points, which creates uncertainty, and unforeseen challenges may occur. This is just our best guess, and given the law of large numbers, it gets better as more data points are added. 30 30 * **Increasing accuracy** of estimates as the amount of data increases, i.e. as the project progresses. For example, it is common to estimate the first project completion date after 4-5 iterations and to update the project completion date estimate after each further iteration. 31 31 * **Team Productivity Monitoring**: In the event of significant productivity deviations due to internal problems, corrective action can be taken immediately. 32 32 * **Easy to Understand**: Interpretation of the charts is intuitive, so everyone involved in the project (team, business and customers) should be able to view the data at any time. The charts are of particular interest to management, as they provide exactly the information they need to do their job.