# Simulation of project domain matrix based on customer claims
# of a project scenario using MFPP package.
# Generate a project domain matrix based on
# logic domain, task duration, cost demans,
# quality parameters (optional), resource demand (optional) of a project.
PDM=generatepdm(30,0.05,0,20,30,20,2,2,2,QD=TRUE,lst=TRUE)
PDM
# Define negative percentage deviation from actual duration.
a=-0.20
# Define negative percentage deviation from actual duration.
b=0.40
# Simulate the effects of estimation uncertainty of a project scenario using MFPP package
# with default values.
Res<-phase1(PDM)
summary(Res)
# Simulate the estimation uncertainty of customer claims of a project scenario using MFPP package
# with specified values.
Res<-phase1(PDM$PDM,a,b,"beta")
summary(Res,w=2,Rs=2)
Run the code above in your browser using DataLab