Larger collection of sample tasks with greater uncertainty in tasks
taskdatauncertain2A data frame with 14 rows and 7 variables:
id for the task
name of the task
duration of task, in days
id for the task's predecessors as a comma separated string
Distrubtion for the uncertain task (currently, "triangle", "uniform", and "normal" are supported
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)
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)
If "triangle" then this value is the most likely value for the end time (measured in days)