taskdatauncertain2: Larger collection of sample tasks with greater uncertainty in...

Description Usage Format

Description

Larger collection of sample tasks with greater uncertainty in tasks

Usage

1

Format

A data frame with 14 rows and 7 variables:

id

id for the task

name

name of the task

duration

duration of task, in days

pred

id for the task's predecessors as a comma separated string

distribution

Distrubtion for the uncertain task (currently, "triangle", "uniform", and "normal" are supported

X

Depends on the distribution. If "triangle" or "uniform" then this value should be the minimum end time for the task. If "normal" then this value is the mean end time for the project (all values measured in days)

X.1

Depends on the distribution. If "triangle" or "uniform" then this value should be the maximum end time for the task. If "normal" then this value is the standard deviation of end time for the project (all values measured in days)

X.2

If "triangle" then this value is the most likely value for the end time (measured in days)


projmanr documentation built on July 28, 2018, 9:02 a.m.