View source: R/criticalpath_methodsAOE.R
PERT_newprob | R Documentation |
Probability for the given directive term
PERT_newprob(new_DT, yourlist)
new_DT |
The given project completion date. The parameter must be greater than zero. |
yourlist |
List of objects that make up the solution to the project management problem. |
This function calculates the probability of completing the project within the time specified by the user. A normal distribution was assumed.
y <- solve_pathAOA(pertexample1, deterministic = FALSE)
PERT_newprob(new_DT = 30, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.