Created
September 29, 2025 17:59
-
-
Save cbaragao/e6202281cb6b3a614ad5cc03ae660e9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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