Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagolino8/pert
https://github.com/thiagolino8/pert
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thiagolino8/pert
- Owner: Thiagolino8
- Created: 2023-09-16T15:06:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-19T13:51:01.000Z (over 1 year ago)
- Last Synced: 2023-09-19T16:20:12.173Z (over 1 year ago)
- Language: Svelte
- Homepage: https://pert-eight.vercel.app
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PERT
Program Evaluation and Review Technique
## What is PERT?
PERT is a project management technique that helps estimate the time required to complete a task or project. The technique uses a probabilistic approach to estimate the completion time of a task. Instead of providing a single time estimate, PERT uses three values:
- Optimistic Time: This number is highly optimistic. It represents the time it would take to complete the task if everything goes perfectly.
- Most Likely Time: This number is the most likely to occur. It means there's a 50% chance of completing the task in this time.
- Pessimistic Time: This number is highly pessimistic. It includes everything that can go wrong while performing this task (except for hurricanes, nuclear wars, black holes, and other catastrophes).Time Estimate = (Optimistic Time + (4 x Most Likely Time) + Pessimistic Time) / 6
## Example
Optimistic Time: 5 days
Most Likely Time: 7 days
Pessimistic Time: 10 daysR = (5 + (4 x 7) + 10) / 6
R = (5 + 28 + 10) / 6
R = 43 / 6
R = 7.17 daysTherefore, the estimate for these tasks is seven days and 4 hours.
## app
You can use the PERT app to calculate the time estimate for a task. The app is available at