Forecast when N work items can be completed based on historical data #65
Labels
enhancement
New feature or request
hacktoberfest
Issues targeted for Hackoberfest
help wanted
Extra attention is needed
As a user, I can forecast a date range of when N items can be completed, so that I can use this information to determine how long a feature or set of work will take.
Acceptance Tests
Considerations
The goal is to use a Monte Carlo simulation to forecast a projected timeline to complete some number of items of work. Although the scenarios are computed from the provided throughput differently, the overall process is the same as the (existing) inverse forecast; how many items of work can be completed by a specific date. The number of simulations should be the same between the two forecasting scenarios.
My general thoughts are for each scenario, take a random sampling of throughput. The sample should be taken from a throughput computed on a daily basis (versus a week). Continue taking a sample until all taken samples' sum is greater than or equal to the specified forecast number of items. The number of samples is the number of days. Perform this scenario X times (based on the number used for other forecasting simulations). The distribution of how often a scenario occurred from the X run scenarios can be plotted. This distribution can be used to compute (in the same way as the other, existing forecasting) a graph showing the percentage likelihood of each of the scenarios is to occur. This likelihood is considered the confidence level.
Finally, given the range of confidence levels, from 0-100, we can provide a form to allow the user to set their desired confidence level and see the expected date of completion.
The text was updated successfully, but these errors were encountered: