PERT_newprob {critpath}R Documentation

Probability for the given directive term

Description

Probability for the given directive term

Usage

PERT_newprob(new_DT, yourlist)

Arguments

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.

Value

This function calculates the probability of completing the project within the time specified by the user. A normal distribution was assumed.

Examples

y <- solve_pathAOA(pertexample1, deterministic = FALSE)
PERT_newprob(new_DT = 30, y)

[Package critpath version 0.2.2 Index]