powered by
Probability for the given directive term
PERT_newprob(new_DT, yourlist)
This function calculates the probability of completing the project within the time specified by the user. A normal distribution was assumed.
The given project completion date. The parameter must be greater than zero.
List of objects that make up the solution to the project management problem.
y <- solve_pathAOA(pertexample1, deterministic = FALSE) PERT_newprob(new_DT = 30, y)
Run the code above in your browser using DataLab