Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Maybach91/e7aa11bc430ea3eec99ed7e686998cfe to your computer and use it in GitHub Desktop.
Save Maybach91/e7aa11bc430ea3eec99ed7e686998cfe to your computer and use it in GitHub Desktop.
[PERT Pricing Method to calculate offers for websites] - https://en.wikipedia.org/wiki/Three-point_estimation
// (optimistic + (2 * realistic) + (3 * pessimistic)) / 6
(1h + (2 * 2h) + (3 * 5h)) / 6 = 3,33 h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment