Skip to content

Instantly share code, notes, and snippets.

@cbaragao
Created September 29, 2025 17:59
Show Gist options
  • Select an option

  • Save cbaragao/e6202281cb6b3a614ad5cc03ae660e9a to your computer and use it in GitHub Desktop.

Select an option

Save cbaragao/e6202281cb6b3a614ad5cc03ae660e9a to your computer and use it in GitHub Desktop.
PERT ESTIMATION =
VAR __Optimistic = 100
VAR __Likely = 70
VAR __Pessimistic = 60
VAR __Result = (__Optimistic+ (4*__Likely)+__Pessimistic)/6
RETURN __Result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment