SlideShare uma empresa Scribd logo
1 de 65
Baixar para ler offline
MCS 1 / 65
Using Monte Carlo Simulation
for Project Estimates
Akram Najjar
28 July 2016
Holiday Inn – Dunes
Beirut, Lebanon
MCS 2 / 65
First, we state the problem: Why do we need to Simulate?
Second, we discuss the 3 Monte Carlo Simulation Processes:
Process 1: how to prepare a Monte Carlos spreadsheet model
Process 2: how to sample inputs to simulate variety
Process 3: how to analyze the output statistically
10 workouts, will “hopefully” be demonstrated
If time permits: we will demo a Non-PM Monte Carlo Simulations
The Handout and ALL Workouts
will be in a Zipped File on
www.pmilebanonchapter.org
MCS 4 / 65
Monte Carlo Simulation is also used in other
Management Science applications
• Production lines
• Sales forecast
• Reliability analysis
• Waiting lines (queuing
systems)
• Budget forecasts
• Project Management
•Cost estimations
•Industrial processes
•Project selection
•Acceptance sampling
•Markov chains
•And more . . . .
MCS 5 / 65
But first . . . . Why use Excel?
• There are 3rd party Monte Carlo Simulation products
• Very few of them deal directly with Project Management
• I only know one that works directly with Microsoft Project (@RISK)
• BUT
• Excel functions are native, out of the box
• Excel is more flexible (much more so if you write VBA code)
• Excel interacts with other environments better
MCS 6 / 65
Off the Shelf Monte Carlo Simulation Tools
• Deals with PM Directly by entering sampling directly on MS Project
• @RISK from PALISADE
• These 2 improve model building but have no direct PM functions
• Crystal Ball from Oracle
• SIMTOOLS Excel Add On
• Focused products that produce simulated schedules
• Acumen Fuse by Deltek
• We can also use VBA with MS Project (which has not been done).
MCS 7 / 65
Some Excel Facilities you Need to Know . . . .
• Statistical Functions we will introduce
• Other Excel Functions: COUNTIF, VLOOKUP, etc.
• Absolute/Relative Referencing
• The Analysis Toolpack
• How to produce HISTOGRAMS (Bar Charts or Frequency Count tables)
using the Analysis Toolpack or using =FREQUENCY() and =COUNTIF()
• Advanced Charting (Pareto, Cumulative, etc.)
• Sensitivity analysis
• It helps to know VBA
MCS 9 / 65
Why do we Need Monte Carlo Simulation in
Project Management?
• One of the nightmares of a Project Manager is that he / she needs
Single Values for the following:
• Durations
• Resource quantities
• Resource rates
• We call these Single Point Estimates
• The Project Manager has only One Chance to be right . . .
• And he or she will almost never forecast these values correctly . . .
I thought you guys were
Working on your
Project Estimates That’s Exactly what we’re
doing . . . . .
This is what happens when we use
the Single Point Estimate Model
A Single
Value for
Each
Input
Variable
One Single
Value for
the Output
Variable
a
b
c
d
Independent
Variables
Dependent
Variable
Samuel Goldwyn
of MGM
Forecasts are
dangerous,
especially those
about the future.
The Oracle of Delphi
Greek Myth
From 1600 BC to 300 BC
A Modern Judgmental
Forecasting Technique
A Single Point Estimate Example
Task C: Paint Room (Critical Path): 12d
This model uses Single Estimates to give us
One Single Output = 12 Days
Workout 1:
Model with 12 Different Fixed Input Values
• Task A: can be 4 or 8 days
• Task B: can be 1 or 3 days
• Task C: can be 6, 8 or 10 days
• We get: 12 combinations for all inputs
• And 12 results for the Total Duration
• Statistical Analysis of these 12 outputs
will give more reliable and
meaningful estimates
Task A Task B Task C Is Task C Critical? Tot Duration
4 1 6 YES 6
4 1 8 YES 8
4 1 10 YES 10
4 3 6 7
4 3 8 YES 8
4 3 10 YES 10
8 1 6 9
8 1 8 9
8 1 10 YES 10
8 3 6 11
8 3 8 11
8 3 10 11
The Monte Carlo Simulation Model
Multiple
Values
for each
Input
Variable
Multiple
Values for
the same
Output
Variable
For each combination of
the N input values, we will
get one output value.
For many combinations,
we can get a large number
of output values.
f(X1)
f(X2)
f(X3)
f(XN)
MCS 17 / 65
By using different combinations of values for the input
variables, we will get a large number of values for the
output variable. (The Delphi Oracle?)
We can then analyze the output values statistically.
Our forecast will be “educated” and not a “shot in the
dark”.
MCS 18 / 65
Process 1:
How to Setup a Monte Carlo
Spreadsheet to allow the Model
to calculate a large number of
Global Outputs using the large
number of combined Inputs
MCS 19 / 65
The 3 Worksheets of our Model
Model
Worksheet
Constants
Worksheet
Results
Worksheet
MCS 20 / 65
Our Models will have the Following Structure:
1) Place the parameters or constants in the Constants Worksheet
2) Develop in a One Row a formulation which uses fixed test values.
This calculates a single output for the project.
3) Replace the Fixed Values by Random Samples in the initial row
4) Duplicate the initial Row downwards a large number of times.
The multiple outputs are in one column and are our Raw Results.
We place the above in the Model Worksheet
5) Analyze the Raw Results in the Results Sheet
MCS 21 / 65
Workout 2: An Equipment Costing Model
to Demonstrate our Global Procedure
• Row 2 shows the calculation of the total cost using the
Random Samples from a BetaPERT distribution
• The Total Cost =
• Equipment Cost +
• Spares for 3 years +
• Yearly Maintenance = a % of the Cost of the Equipment
• Rows 3 to 1002 duplicate Row 2 to generate 1000 outputs
• Col G is the total cost and has our 1000 Raw Results
MCS 22 / 65
Process 2:
How to Use Excel’s Functions
to generate multiple samples
that comply with the behavior
of a specific input f(X1)
MCS 23 / 65
Excel’s Statistical Function: = RAND()
• We use Excel’s =RAND() to generate random samples
• It has no argument (no parameters)
• When placed in a cell, it will generate a number
between 0.00000000000000 and 1.00000000000000
• Each number is as likely to be generated as any other.
• We say: the numbers are Uniformly Generated
• Each time you change anything in the worksheet, (or press F9),
RAND() will generate a new number
MCS 24 / 65
Workout 3:
Show RAND() is Uniformly Distributed
1) Place “Output” in cell A1
2) Place =RAND() in cells A2:A2001
3) Prepare a Bin Table for values 0.1, 0.2, 0.3 . . . . . . 1.0
4) We will use =COUNTIF() to generate a Histogram for the
2000 values
5) Plot the Bins and Frequency as a Scatter Diagram (Bins vs
Frequency Count)
MCS 25 / 65
How to Use RAND()
to Generate Samples
that are Uniformly Distributed
over other ranges than 0 and 1?
MCS 26 / 65
What is a Uniform Distribution?
• Many project parameters follow a uniform distribution
• A given input variable would vary from A (lower) to B (upper)
• Each value between A and B is equally likely to arise
• Example:
• A price can range from $10.00 to $14.00 : UNIFORMLY
• The duration of a task can vary from 5.00 to 7.00 days : UNIFORMLY
MCS 27 / 65
How to Sample from a Uniform Distribution?
If a Task can have a duration from 7.00 to 10.00 days . . . .
1) RAND() is a Uniform Distribution with values that
vary from 0.0 to 1.0
2) Multiply RAND() by 3 BECAUSE
The duration range = 10 – 7 = 3 days
The generated values will be scaled to vary from 0.0 to 3.0
3) Add 7 to the generated values BECAUSE
The lowest duration = 7
The generated values will be shifted to vary from 7 to 10.
Generating Uniformly Distributed
Numbers from 7 to 10
Using RAND() from 0 to 1
0
3
0
1
= RAND() x 3
= RAND() x 3 + 7
7
10
=RAND()
MCS 29 / 65
Our Formula for Generating
Uniformly Distributed Values
between A (Lower) and B (Higher):
Generated Value = RAND() * (B – A) + A
= RAND() * Range + A
In Excel, it is best to place A and B in a Constants Sheet
And to calculate the Range = (B – A) to simplify formulas.
The next Workout will demonstrate the use of this formula
MCS 30 / 65
Workout 4:
Three Task Project - Uniformly Distributed
1. Use the Duration Ranges in the Earlier Example but let them be uniformly
distributed (i.e., not restricted to integers: fractions allowed).
Duration of Task A is 4 to 8 days
Duration of Task B is 1 to 3 days
Duration of Task C is 6 to 10 days
2. Place the Uniform Distribution formula in cells B2, C2 and D3
3. Use Absolute Values for Constants (to make copying easier)
4. In E1, calculate MAX of (B2 + C2) and D2 = Project Duration (Critical Path)
5. Copy Row 2 downwards to row 2001
MCS 31 / 65
Bar Charts, Frequency Tables and Histograms
Are the Same Thing . . . .
Step 1: collect the raw data or results in Col A (Results sheet)
Step 2: specify categories in which we group similar raw data.
These categories are also called: Bins
These can be durations, resource rates or resource quantities
Step 3: use =COUNTIF() to classify our Raw Results into the Bins
Step 4: next to the frequencies of the Bins, find the % Frequency
Step 5: next to the % Frequency, find the Cumulative Frequency %
Workout 4a:
The Basis of our Analysis is the Frequency Table
Part of a
Table of
Observations
(Raw Data)
Heights
170
145
174
144
140
182
188
157
188
187
. . . .
. . . .
Height
Categories
Frequency
Count
120 0
130 0
140 2
150 3
160 21
170 35
180 22
190 14
200 3
210 0
220 0
MCS 33 / 65
The Next “Basis” is the Cumulative Chart
Height
Categories
Frequency
Count
Frequeny
%
Cum %
120 0 0% 0%
130 0 0% 0%
140 2 2% 2%
150 3 3% 5%
160 21 21% 26%
170 35 35% 61%
180 22 22% 83%
190 14 14% 97%
200 3 3% 100%
210 0 0% 100%
220 0 0% 100%
MCS 34 / 65
Workout 5: Repeat the 3 Task Project
with 3 Different Distributions
Task A: Order Door
Duration distributed as a stepwise Discrete Probability Function
Task B: Install Door
Duration distributed Normally (Bell Shaped or Gaussian Curve)
Task C: Paint Room
Duration distributed Uniformly (same as in Workout 4)
An Example of the 3 Tasks with 3 Different
Distributions for the 3 Durations
30 %
50 %
20 %
Normal
Distribution
Discreet
Probability
Distribution
Uniform Distribution
A: Order Door B: Install Door
C: Paint Room
6 10
MCS 36 / 65
The Logic of Sampling
• In practice: we must analyze every task and decide how it behaves.
• Uniform Behavior (Flat): when the duration depends on load: the more work, the
longer the task --- and we can have any load . . . .
• Discrete Probability (Bars): when durations differ because of different suppliers,
seasons, team members, (but we must know the likelihood).
• Normal Behavior (Bell Shaped): when something is being “built”. The task will have
an average duration with different instances around the average. It also applies to
“behavior” such as delivery.
• Triangular / BetaPERT: when we have and optimistic estimate, a most likely
estimate (mode) and a pessimistic estimate.
• Other Distributions in MCS but not commonly used in PM: Geometric,
Hypergeometric, Exponential, Poisson, Binomial, Weibull, Gamma, etc.
How to Use RAND()
to Generate Samples that follow a
Discrete Probability Distribution
30 %
6 days
50 %
7 days
20 %
8 days
MCS 38 / 65
What is a Discrete Probability Distribution?
• Inputs may have different values: prices, durations, rates, quantities
• There is a an associated probability for the occurrence of each input
• Example 1 – The Cost Price: 10% of the time, it will be $12.5
while for 40% it will be $13 and for 50% it will be $13.5
• Example 2 – The Duration: sometimes 4 days (35% of the time),
sometimes 6 days (40% of the time) and sometimes 8 days (25%).
• If categories > 4 we have to use =VLOOKUP() else use Nested IF()
• Why? because Nest IF’s gets complicated with more than 4 nests
• Also, you are limited to nest 7 times in an IF() expression
Discrete Probabilities for the Duration of
Task A - Order Door:
30% of the time, the Duration will be = 6 days
50% of the time, the Duration will be = 7 days
20% of the time, the Duration will be = 8 days
50%
20%
30%
Imagine we have a
Roulette wheel divided
into 100 slots:
• If the ball falls in any of
the slots 1 to 30,
we use 6 days.
• If between 31 and 80
we use 7 days.
• If between 81 and 100,
we use 8 days.
• But these are cumulative
values of the Probabilities
Convert % Bar to
Cumulative Values
So we can use RAND()
to decide which Duration
to use as Input
0.0 to < 0.30 >= 0.30 to < 0.80 >= 0.80 to < 1.0
6 Days 7 Days 8 Days
30%
50%
20%
30% 50% 20%
Our example for Task A - Order Door:
1) Probability Col: given to us
2) Cumulative %: calculated by adding
the probabilities cumulatively
3) Duration: given to us
4) In the model, generate a RANDOM
Number between 0 and 1
5) Use nested IF() to find out where it
falls in the CUM % column
6) Pick up the corresponding Duration
Probability Cum % Duration
0.30 0.30 6
0.50 0.80 7
0.20 1.00 8
MCS 43 / 65
ALERT: Using RAND() Twice in one Formula
Causes it to be Calculated Twice
• Example: with IF, you cannot test several values against
RAND().
• Each test will result in a different Random Number.
• For such cases, we have to define a special column
containing RAND().
• We can then use its value within the IF Statement
MCS 44 / 65
Using NESTED IF() To Generate
Discrete Probability Values
=IF(A2<F2, G2, IF(A2<F3, G3, G4) )
MCS 45 / 65
How to Use RAND() to Generate
Samples that are Normally
Distributed (Bell Shaped)
MCS 46 / 65
Without Explanation, Let us Use an Excel Formula
=NORM.INV (RAND(), Average, Standard Deviation)
• RAND() feeds the function with Random numbers from 0 and 1
• We have to specify to NORM.INV() the Average of the
distribution and its Standard Deviation
• NORM.INV() will generate a sample or an observation
• If we generate a large number of these observations, they will be
distributed normally as per the average and the standard
deviation
MCS 47 / 65
Workout 5a: Show How NORM.INV() Works
1. Enter “Normal” in cell A1
2. Enter “Average” in C1 and “Standard Deviation” in C2
3. Enter the constants 2 in D1 and 0.5 in D2
4. Enter in A2 = NORM.INV(RAND(), $D$1, $D$2)
5. Copy A2 downwards to A1001
6. Create Bins in F1 to F42 varying from 0.0 to 4.0 and generate a
Histogram using = COUNTIF()
7. Plot it . . You should see a Normal Curve (approximately).
The more values you generate, the nearer to the Bell Shaped Curve
MCS 48 / 65
Workout 6:
Monte Carlo Simulation
for a Project with 14 Tasks
(And 4 Nodes in the Network)
The Microsoft
Project Plan
MCS 50 / 65
Mathematically, we Can Define
a Project as Columns in Excel
1. Identify Each Node where parallel paths meet
We have 1 Start Node and 4 other Nodes (and the End Project = D).
2. Create a Column for each Task
3. Create a Column for each Node to be placed after the Tasks that meet
at it.
4. Place the Duration sampling function of each Task in its Column
5. In each Node cell, enter the =MAX() function to find the Critical Path of
the Tasks before it (see next slide for Nodes A and B)
MCS 51 / 65
Test the Critical Path for each Node in its Column
Example: Node A = Max ( Task 1 + Task 2, Task 1 + Task 3)
Example: Node B = Max (Node A + Task 4, Tasks 1 + 5 + 6 + 7)
MCS 52 / 65
The Logic of the Model
• In Each Model we have to analyze the behavior of EACH Task
• We then decide which Statistical Distribution best describes the
Duration
• For simplicity: we will start with the Uniform Distribution for
ALL tasks - but with different parameters
• We then use the Normal and BetaPERT distributions
• And another model with a Mixture of distributions
• Let us review the Triangular and the BetaPERT Distributions
MCS 53 / 65
Workout 6a:
The Triangular and BetaPERT Distributions
• We favor optimistic estimates because of fear, psychology and
managerial pressure
• We might guess the cost of a cubic meter of concrete = $130
• Under fear, psychology and pressure, we will favor a cost = $110
• But we will strongly resist an estimate = $160
• Most LATE projects are really projects which are UNDERESTIMATED
• Most OVER-BUDGET projects are really UNDERESTIMATED
MCS 54 / 65
What do we Need for the PERT Estimate, the
Triangular and BetaPERT Distributions?
• We need
• An optimistic estimate
• A most likely estimate
• A pessimistic estimate
• A distribution is positively skewed
if more of its observations are low
• A distribution is negatively skewed
if more of its observations are high
MCS 55 / 65
1) The PERT Calculation (Single Estimate)
• You know the most likely duration: M
• You often know the optimistic duration: O
• And the pessimistic: P
Duration = (O + 6 x M + P) / 6
• We used 3 points to calculate our Single Point
• It is better than a Single Point Estimate but not as good as MCS
MCS 56 / 65
2) The Triangular Distribution
• We need the 3 points
• BUT we can take samples
according to formulas
• Sadly, Excel does not have a
native Triangular function
• (You will see the reason why
soon)
• You can either use complex
formulas or VBA
• (Both are included)
MCS 57 / 65
3) The BetaPERT Function
• Mathematically, this is quite complex but is available in Excel
• Advantage: it does not have a sharp peak
• Advantage: it slopes down smoothly (to the right and to the left)
• We now see why Microsoft did not include the Triangular function
• The 3 parameters have different names in the industry
• The optimistic = minimum
• The most likely = mode
• The pessimistic = maximum
The BetaPERT Distribution can have different
Shapes depending on the Mode and other
Parameters
Let us Review Workout 6a
Positively or Left Skewed Negatively or Right Skewed
MCS 59 / 65
Workout 7: (if time permits)
Budget Forecasting
• The budget forecast is complex
• It is formulated in the Model worksheet
• Our Input Variables are 8 growth rates varied using different
distributions (found in the Constants worksheet)
• The outputs to be analyzed are then duplicated in the Runs worksheet
MCS 60 / 65
Process 3:
How to Use Excel’s Functions
and Charts to Statistically
Analyze the large number of
Outputs generated by the
MCS Model
MCS 61 / 65
The Analysis:
1) Convert and Move Dynamic to Static Results
• The Input Data in the Model Sheet is Dynamic
• Because RAND() is found in the formulas, the raw data keeps changing
• When something happens in the Workbook or when we press F9
• The Results in the Model will also be Dynamic
• We cannot analyze Dynamic Results!
• Solution: copy the Results column from the Model to the Result
worksheet
• BUT, Paste as Values, i.e., without formulas
• This freezes the data in the Results worksheet
MCS 62 / 65
The Analysis:
2) Prepare a Histogram for the Results
1) Decide on the number of Bins (grouping of results
• Usually from 10 to 30
2) Generate a Frequency Table (Histogram) from the Raw Data using:
• The =FREQUENCY() function OR
• The =COUNTIF() function (only if results are integers) OR
• The Analysis Toolpack (if you are a masochist)
3) Generate the Cumulative % of the Frequency Count
4) Generate the Bar Chart + Cumulative % (Pareto)
• Show a Bar Chart for the Frequency Count (Histogram)
• On the same chart, show the cumulative % of the counts (Pareto)
MCS 63 / 65
The Analysis:
3) Show the Descriptive Statistics
• Use the Analysis Toolpack
• Generate the Descriptive Statistics
• These give a variety of analyses about the Raw Data
MCS 64 / 65
The Analysis:
4) Manipulate The Model
• Change the constants
• Change the distributions
• Elaborate the calculations
• Why play with the model?
• To verify the results
• To ensure they are close to reality
• To vary the reality model so we can get “What If” sensitivity
Thank You!

Mais conteúdo relacionado

Mais procurados

Monte carlo simulation
Monte carlo simulationMonte carlo simulation
Monte carlo simulationk1kumar
 
Big Data in Education Sector
Big Data in Education SectorBig Data in Education Sector
Big Data in Education SectorKaran Sachdeva
 
SCM - Unit 1 (2).pptx
SCM - Unit 1 (2).pptxSCM - Unit 1 (2).pptx
SCM - Unit 1 (2).pptxAbuAslam2
 
Random number generation
Random number generationRandom number generation
Random number generationvinay126me
 
ERP Module Finance
ERP Module FinanceERP Module Finance
ERP Module FinanceAshok Sinch
 
Accounts receivable manager kpi
Accounts receivable manager kpiAccounts receivable manager kpi
Accounts receivable manager kpifuterwer
 
Enterprise Resource Planning Implementation Proposal
Enterprise Resource Planning Implementation ProposalEnterprise Resource Planning Implementation Proposal
Enterprise Resource Planning Implementation ProposalHisplus Systems Limited
 
Telling a Story – or Even Propaganda – Through Data Visualization
Telling a Story – or Even Propaganda – Through Data VisualizationTelling a Story – or Even Propaganda – Through Data Visualization
Telling a Story – or Even Propaganda – Through Data VisualizationDemetris Trihinas
 
Business analytics
Business analyticsBusiness analytics
Business analyticsSilla Rupesh
 
Ruban_SQL DBA Resume
Ruban_SQL DBA ResumeRuban_SQL DBA Resume
Ruban_SQL DBA ResumeDhairia Ruban
 
Decision Making and Information Systems
Decision Making and  Information SystemsDecision Making and  Information Systems
Decision Making and Information SystemsAriful Saimon
 
Introduction to data science
Introduction to data scienceIntroduction to data science
Introduction to data scienceMahir Haque
 
How to Complete a Use Case Templlate with MS Word
How to Complete a Use Case Templlate with MS WordHow to Complete a Use Case Templlate with MS Word
How to Complete a Use Case Templlate with MS WordLeslie Munday
 
[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulation[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulationNguyen Ngoc Binh Phuong
 

Mais procurados (20)

Thesis
ThesisThesis
Thesis
 
Text mining
Text miningText mining
Text mining
 
Monte carlo simulation
Monte carlo simulationMonte carlo simulation
Monte carlo simulation
 
Data Science Chapter3.pdf
Data Science Chapter3.pdfData Science Chapter3.pdf
Data Science Chapter3.pdf
 
Big Data in Education Sector
Big Data in Education SectorBig Data in Education Sector
Big Data in Education Sector
 
SCM - Unit 1 (2).pptx
SCM - Unit 1 (2).pptxSCM - Unit 1 (2).pptx
SCM - Unit 1 (2).pptx
 
Random number generation
Random number generationRandom number generation
Random number generation
 
Oracle ERP Introduction
Oracle ERP IntroductionOracle ERP Introduction
Oracle ERP Introduction
 
Knowledge Work System
Knowledge Work SystemKnowledge Work System
Knowledge Work System
 
ERP Module Finance
ERP Module FinanceERP Module Finance
ERP Module Finance
 
Accounts receivable manager kpi
Accounts receivable manager kpiAccounts receivable manager kpi
Accounts receivable manager kpi
 
Enterprise Resource Planning Implementation Proposal
Enterprise Resource Planning Implementation ProposalEnterprise Resource Planning Implementation Proposal
Enterprise Resource Planning Implementation Proposal
 
Telling a Story – or Even Propaganda – Through Data Visualization
Telling a Story – or Even Propaganda – Through Data VisualizationTelling a Story – or Even Propaganda – Through Data Visualization
Telling a Story – or Even Propaganda – Through Data Visualization
 
Credit Risk Model Building Steps
Credit Risk Model Building StepsCredit Risk Model Building Steps
Credit Risk Model Building Steps
 
Business analytics
Business analyticsBusiness analytics
Business analytics
 
Ruban_SQL DBA Resume
Ruban_SQL DBA ResumeRuban_SQL DBA Resume
Ruban_SQL DBA Resume
 
Decision Making and Information Systems
Decision Making and  Information SystemsDecision Making and  Information Systems
Decision Making and Information Systems
 
Introduction to data science
Introduction to data scienceIntroduction to data science
Introduction to data science
 
How to Complete a Use Case Templlate with MS Word
How to Complete a Use Case Templlate with MS WordHow to Complete a Use Case Templlate with MS Word
How to Complete a Use Case Templlate with MS Word
 
[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulation[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulation
 

Destaque

Applying Monte Carlo Simulation to Microsoft Project Schedules
Applying Monte Carlo Simulation to Microsoft Project SchedulesApplying Monte Carlo Simulation to Microsoft Project Schedules
Applying Monte Carlo Simulation to Microsoft Project Schedulesjimparkpmp
 
Improving Forecasts with Monte Carlo Simulations
Improving Forecasts with Monte Carlo Simulations  Improving Forecasts with Monte Carlo Simulations
Improving Forecasts with Monte Carlo Simulations Michael Wallace
 
#NoEstimates project planning using Monte Carlo simulation
#NoEstimates project planning using Monte Carlo simulation#NoEstimates project planning using Monte Carlo simulation
#NoEstimates project planning using Monte Carlo simulationDimitar Bakardzhiev
 
Monte carlo simulation
Monte carlo simulationMonte carlo simulation
Monte carlo simulationRajesh Piryani
 
Monte Carlo Simulation
Monte Carlo SimulationMonte Carlo Simulation
Monte Carlo SimulationAguinaldo Flor
 
Using Risk Analysis and Simulation in Project Management
Using Risk Analysis and Simulation in Project ManagementUsing Risk Analysis and Simulation in Project Management
Using Risk Analysis and Simulation in Project ManagementMike Tulkoff
 
Monte carlo simulation
Monte carlo simulationMonte carlo simulation
Monte carlo simulationAnurag Jaiswal
 
Monte carlo simulation
Monte carlo simulationMonte carlo simulation
Monte carlo simulationMissAnam
 
Queueing Theory and its BusinessS Applications
Queueing Theory and its BusinessS ApplicationsQueueing Theory and its BusinessS Applications
Queueing Theory and its BusinessS ApplicationsBiswajit Bhattacharjee
 
Monte Carlo Simulations
Monte Carlo SimulationsMonte Carlo Simulations
Monte Carlo Simulationsgfbreaux
 
Queuing Theory - Operation Research
Queuing Theory - Operation ResearchQueuing Theory - Operation Research
Queuing Theory - Operation ResearchManmohan Anand
 
QUEUING THEORY
QUEUING THEORYQUEUING THEORY
QUEUING THEORYavtarsingh
 
Systems for Sustainable Energy Supply for Small Villages
Systems for Sustainable Energy Supply for Small VillagesSystems for Sustainable Energy Supply for Small Villages
Systems for Sustainable Energy Supply for Small VillagesVictor Marcos Meson
 
إدارة المخاطر
إدارة المخاطرإدارة المخاطر
إدارة المخاطرMohamed Hendawy
 
أسلوب تقييم ومراجعة المشروع (PERT)
أسلوب تقييم ومراجعة المشروع (PERT)أسلوب تقييم ومراجعة المشروع (PERT)
أسلوب تقييم ومراجعة المشروع (PERT)Dr. Mahmoud Al-Naimi
 
Queing theory and delay analysis
Queing theory and delay analysisQueing theory and delay analysis
Queing theory and delay analysisPriyanka Negi
 
Step by step network construction and (cpm) calculations
Step by step network construction and (cpm) calculations Step by step network construction and (cpm) calculations
Step by step network construction and (cpm) calculations Dr. Mahmoud Al-Naimi
 

Destaque (20)

Applying Monte Carlo Simulation to Microsoft Project Schedules
Applying Monte Carlo Simulation to Microsoft Project SchedulesApplying Monte Carlo Simulation to Microsoft Project Schedules
Applying Monte Carlo Simulation to Microsoft Project Schedules
 
How to perform a Monte Carlo simulation
How to perform a Monte Carlo simulation How to perform a Monte Carlo simulation
How to perform a Monte Carlo simulation
 
Improving Forecasts with Monte Carlo Simulations
Improving Forecasts with Monte Carlo Simulations  Improving Forecasts with Monte Carlo Simulations
Improving Forecasts with Monte Carlo Simulations
 
#NoEstimates project planning using Monte Carlo simulation
#NoEstimates project planning using Monte Carlo simulation#NoEstimates project planning using Monte Carlo simulation
#NoEstimates project planning using Monte Carlo simulation
 
Monte carlo simulation
Monte carlo simulationMonte carlo simulation
Monte carlo simulation
 
Monte Carlo Simulation
Monte Carlo SimulationMonte Carlo Simulation
Monte Carlo Simulation
 
Monte carlo
Monte carloMonte carlo
Monte carlo
 
Using Risk Analysis and Simulation in Project Management
Using Risk Analysis and Simulation in Project ManagementUsing Risk Analysis and Simulation in Project Management
Using Risk Analysis and Simulation in Project Management
 
Monte carlo simulation
Monte carlo simulationMonte carlo simulation
Monte carlo simulation
 
Monte carlo simulation
Monte carlo simulationMonte carlo simulation
Monte carlo simulation
 
Queueing Theory and its BusinessS Applications
Queueing Theory and its BusinessS ApplicationsQueueing Theory and its BusinessS Applications
Queueing Theory and its BusinessS Applications
 
Queuing theory
Queuing theoryQueuing theory
Queuing theory
 
Monte Carlo Simulations
Monte Carlo SimulationsMonte Carlo Simulations
Monte Carlo Simulations
 
Queuing Theory - Operation Research
Queuing Theory - Operation ResearchQueuing Theory - Operation Research
Queuing Theory - Operation Research
 
QUEUING THEORY
QUEUING THEORYQUEUING THEORY
QUEUING THEORY
 
Systems for Sustainable Energy Supply for Small Villages
Systems for Sustainable Energy Supply for Small VillagesSystems for Sustainable Energy Supply for Small Villages
Systems for Sustainable Energy Supply for Small Villages
 
إدارة المخاطر
إدارة المخاطرإدارة المخاطر
إدارة المخاطر
 
أسلوب تقييم ومراجعة المشروع (PERT)
أسلوب تقييم ومراجعة المشروع (PERT)أسلوب تقييم ومراجعة المشروع (PERT)
أسلوب تقييم ومراجعة المشروع (PERT)
 
Queing theory and delay analysis
Queing theory and delay analysisQueing theory and delay analysis
Queing theory and delay analysis
 
Step by step network construction and (cpm) calculations
Step by step network construction and (cpm) calculations Step by step network construction and (cpm) calculations
Step by step network construction and (cpm) calculations
 

Semelhante a Monte Carlo Simulation for project estimates v1.0

June 05 P2
June 05 P2June 05 P2
June 05 P2Samimvez
 
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...Alpro
 
Bis 311 final examination answers
Bis 311 final examination answersBis 311 final examination answers
Bis 311 final examination answersRandalHoffman
 
Cmis 102 Effective Communication / snaptutorial.com
Cmis 102  Effective Communication / snaptutorial.comCmis 102  Effective Communication / snaptutorial.com
Cmis 102 Effective Communication / snaptutorial.comHarrisGeorg12
 
Name _______________________________ Class time __________.docx
Name _______________________________    Class time __________.docxName _______________________________    Class time __________.docx
Name _______________________________ Class time __________.docxrosemarybdodson23141
 
Enhancing the performance of kmeans algorithm
Enhancing the performance of kmeans algorithmEnhancing the performance of kmeans algorithm
Enhancing the performance of kmeans algorithmHadi Fadlallah
 
Cmis 102 Enthusiastic Study / snaptutorial.com
Cmis 102 Enthusiastic Study / snaptutorial.comCmis 102 Enthusiastic Study / snaptutorial.com
Cmis 102 Enthusiastic Study / snaptutorial.comStephenson22
 
Cmis 102 Success Begins / snaptutorial.com
Cmis 102 Success Begins / snaptutorial.comCmis 102 Success Begins / snaptutorial.com
Cmis 102 Success Begins / snaptutorial.comWilliamsTaylorza48
 
Elementary Data Analysis with MS Excel_Day-4
Elementary Data Analysis with MS Excel_Day-4Elementary Data Analysis with MS Excel_Day-4
Elementary Data Analysis with MS Excel_Day-4Redwan Ferdous
 
Mid term sem 2 1415 sol
Mid term sem 2 1415 solMid term sem 2 1415 sol
Mid term sem 2 1415 solIIUM
 
Md university cmis 102 week 4 hands on lab new
Md university cmis 102 week 4 hands on lab newMd university cmis 102 week 4 hands on lab new
Md university cmis 102 week 4 hands on lab newLast7693
 
Md university cmis 102 week 4 hands on lab new
Md university cmis 102 week 4 hands on lab newMd university cmis 102 week 4 hands on lab new
Md university cmis 102 week 4 hands on lab newscottbrownnn
 
6 data envelopment_analysis
6 data envelopment_analysis6 data envelopment_analysis
6 data envelopment_analysisFEG
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answerRaajTech
 
Md university cmis 102 week 4 hands on lab new
Md university cmis 102 week 4 hands on lab newMd university cmis 102 week 4 hands on lab new
Md university cmis 102 week 4 hands on lab neweyavagal
 

Semelhante a Monte Carlo Simulation for project estimates v1.0 (20)

June 05 P2
June 05 P2June 05 P2
June 05 P2
 
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
 
Lecture 7.pptx
Lecture 7.pptxLecture 7.pptx
Lecture 7.pptx
 
Bis 311 final examination answers
Bis 311 final examination answersBis 311 final examination answers
Bis 311 final examination answers
 
Cmis 102 Effective Communication / snaptutorial.com
Cmis 102  Effective Communication / snaptutorial.comCmis 102  Effective Communication / snaptutorial.com
Cmis 102 Effective Communication / snaptutorial.com
 
Name _______________________________ Class time __________.docx
Name _______________________________    Class time __________.docxName _______________________________    Class time __________.docx
Name _______________________________ Class time __________.docx
 
Introduction to C ++.pptx
Introduction to C ++.pptxIntroduction to C ++.pptx
Introduction to C ++.pptx
 
Enhancing the performance of kmeans algorithm
Enhancing the performance of kmeans algorithmEnhancing the performance of kmeans algorithm
Enhancing the performance of kmeans algorithm
 
Cmis 102 Enthusiastic Study / snaptutorial.com
Cmis 102 Enthusiastic Study / snaptutorial.comCmis 102 Enthusiastic Study / snaptutorial.com
Cmis 102 Enthusiastic Study / snaptutorial.com
 
Cmis 102 Success Begins / snaptutorial.com
Cmis 102 Success Begins / snaptutorial.comCmis 102 Success Begins / snaptutorial.com
Cmis 102 Success Begins / snaptutorial.com
 
Elementary Data Analysis with MS Excel_Day-4
Elementary Data Analysis with MS Excel_Day-4Elementary Data Analysis with MS Excel_Day-4
Elementary Data Analysis with MS Excel_Day-4
 
Mid term sem 2 1415 sol
Mid term sem 2 1415 solMid term sem 2 1415 sol
Mid term sem 2 1415 sol
 
GE3171-PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY
GE3171-PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORYGE3171-PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY
GE3171-PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY
 
Md university cmis 102 week 4 hands on lab new
Md university cmis 102 week 4 hands on lab newMd university cmis 102 week 4 hands on lab new
Md university cmis 102 week 4 hands on lab new
 
Md university cmis 102 week 4 hands on lab new
Md university cmis 102 week 4 hands on lab newMd university cmis 102 week 4 hands on lab new
Md university cmis 102 week 4 hands on lab new
 
UNIT-2-PPTS-DAA.ppt
UNIT-2-PPTS-DAA.pptUNIT-2-PPTS-DAA.ppt
UNIT-2-PPTS-DAA.ppt
 
6 data envelopment_analysis
6 data envelopment_analysis6 data envelopment_analysis
6 data envelopment_analysis
 
50 MS Excel Tips and Tricks
50 MS Excel Tips and Tricks 50 MS Excel Tips and Tricks
50 MS Excel Tips and Tricks
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answer
 
Md university cmis 102 week 4 hands on lab new
Md university cmis 102 week 4 hands on lab newMd university cmis 102 week 4 hands on lab new
Md university cmis 102 week 4 hands on lab new
 

Mais de PMILebanonChapter

PMI Lebanon Chapter Newsletter Q4 2019
PMI Lebanon Chapter Newsletter Q4 2019PMI Lebanon Chapter Newsletter Q4 2019
PMI Lebanon Chapter Newsletter Q4 2019PMILebanonChapter
 
I, project manager, The rise of artificial intelligence in the world of proje...
I, project manager, The rise of artificial intelligence in the world of proje...I, project manager, The rise of artificial intelligence in the world of proje...
I, project manager, The rise of artificial intelligence in the world of proje...PMILebanonChapter
 
insurance policies in projects
 insurance policies in projects insurance policies in projects
insurance policies in projectsPMILebanonChapter
 
2019 August - Jad Abou Ibrahim
2019 August - Jad Abou Ibrahim2019 August - Jad Abou Ibrahim
2019 August - Jad Abou IbrahimPMILebanonChapter
 
2019 july pmi coaching and soft skills
2019 july pmi coaching and soft skills2019 july pmi coaching and soft skills
2019 july pmi coaching and soft skillsPMILebanonChapter
 
PMI Lebanon chapter newsletter Q219
PMI Lebanon chapter newsletter Q219PMI Lebanon chapter newsletter Q219
PMI Lebanon chapter newsletter Q219PMILebanonChapter
 
Crypto currencies presentation by Dr. Andre Gholam
Crypto currencies presentation by Dr. Andre GholamCrypto currencies presentation by Dr. Andre Gholam
Crypto currencies presentation by Dr. Andre GholamPMILebanonChapter
 
Leading Millennials in a project context by Mr Charbel Azar
Leading Millennials in a project context by Mr Charbel AzarLeading Millennials in a project context by Mr Charbel Azar
Leading Millennials in a project context by Mr Charbel AzarPMILebanonChapter
 
The Known Unknown - Importance of Project Risk Management by Mr Wissam Yaacoub
The Known Unknown - Importance of Project Risk Management by Mr Wissam YaacoubThe Known Unknown - Importance of Project Risk Management by Mr Wissam Yaacoub
The Known Unknown - Importance of Project Risk Management by Mr Wissam YaacoubPMILebanonChapter
 
PMI Lebanon chapter newsletter Q1 2019
PMI Lebanon chapter newsletter Q1 2019PMI Lebanon chapter newsletter Q1 2019
PMI Lebanon chapter newsletter Q1 2019PMILebanonChapter
 
Values - Applying Emotional Intelligence Concepts in a Project Environment by...
Values - Applying Emotional Intelligence Concepts in a Project Environment by...Values - Applying Emotional Intelligence Concepts in a Project Environment by...
Values - Applying Emotional Intelligence Concepts in a Project Environment by...PMILebanonChapter
 
Behavioral styles 2019 - Applying Emotional Intelligence Concepts in a Proj...
Behavioral styles   2019 - Applying Emotional Intelligence Concepts in a Proj...Behavioral styles   2019 - Applying Emotional Intelligence Concepts in a Proj...
Behavioral styles 2019 - Applying Emotional Intelligence Concepts in a Proj...PMILebanonChapter
 
"so you think you know the code" by Mrs. Gretta Kelzi
"so you think you know the code" by Mrs. Gretta Kelzi"so you think you know the code" by Mrs. Gretta Kelzi
"so you think you know the code" by Mrs. Gretta KelziPMILebanonChapter
 
Another Project Hit the wall by Eng Hisham Zeinoun
Another Project Hit the wall by Eng Hisham ZeinounAnother Project Hit the wall by Eng Hisham Zeinoun
Another Project Hit the wall by Eng Hisham ZeinounPMILebanonChapter
 

Mais de PMILebanonChapter (20)

PMILC Newsletter Q3 2021
PMILC Newsletter Q3 2021PMILC Newsletter Q3 2021
PMILC Newsletter Q3 2021
 
PMI LC newsletter Q4 2020
PMI LC newsletter Q4 2020PMI LC newsletter Q4 2020
PMI LC newsletter Q4 2020
 
PMI LC Q3 2020
PMI LC Q3 2020PMI LC Q3 2020
PMI LC Q3 2020
 
PMI LC Newsletter Q2 2020
PMI LC Newsletter Q2 2020PMI LC Newsletter Q2 2020
PMI LC Newsletter Q2 2020
 
PMI LC Newsletter Q1 2020
PMI LC Newsletter Q1 2020PMI LC Newsletter Q1 2020
PMI LC Newsletter Q1 2020
 
PMI Lebanon Chapter Newsletter Q4 2019
PMI Lebanon Chapter Newsletter Q4 2019PMI Lebanon Chapter Newsletter Q4 2019
PMI Lebanon Chapter Newsletter Q4 2019
 
I, project manager, The rise of artificial intelligence in the world of proje...
I, project manager, The rise of artificial intelligence in the world of proje...I, project manager, The rise of artificial intelligence in the world of proje...
I, project manager, The rise of artificial intelligence in the world of proje...
 
insurance policies in projects
 insurance policies in projects insurance policies in projects
insurance policies in projects
 
PMI LC Newsletter 2019
PMI LC Newsletter 2019PMI LC Newsletter 2019
PMI LC Newsletter 2019
 
2019 August - Jad Abou Ibrahim
2019 August - Jad Abou Ibrahim2019 August - Jad Abou Ibrahim
2019 August - Jad Abou Ibrahim
 
2019 july pmi coaching and soft skills
2019 july pmi coaching and soft skills2019 july pmi coaching and soft skills
2019 july pmi coaching and soft skills
 
PMI Lebanon chapter newsletter Q219
PMI Lebanon chapter newsletter Q219PMI Lebanon chapter newsletter Q219
PMI Lebanon chapter newsletter Q219
 
Crypto currencies presentation by Dr. Andre Gholam
Crypto currencies presentation by Dr. Andre GholamCrypto currencies presentation by Dr. Andre Gholam
Crypto currencies presentation by Dr. Andre Gholam
 
Leading Millennials in a project context by Mr Charbel Azar
Leading Millennials in a project context by Mr Charbel AzarLeading Millennials in a project context by Mr Charbel Azar
Leading Millennials in a project context by Mr Charbel Azar
 
The Known Unknown - Importance of Project Risk Management by Mr Wissam Yaacoub
The Known Unknown - Importance of Project Risk Management by Mr Wissam YaacoubThe Known Unknown - Importance of Project Risk Management by Mr Wissam Yaacoub
The Known Unknown - Importance of Project Risk Management by Mr Wissam Yaacoub
 
PMI Lebanon chapter newsletter Q1 2019
PMI Lebanon chapter newsletter Q1 2019PMI Lebanon chapter newsletter Q1 2019
PMI Lebanon chapter newsletter Q1 2019
 
Values - Applying Emotional Intelligence Concepts in a Project Environment by...
Values - Applying Emotional Intelligence Concepts in a Project Environment by...Values - Applying Emotional Intelligence Concepts in a Project Environment by...
Values - Applying Emotional Intelligence Concepts in a Project Environment by...
 
Behavioral styles 2019 - Applying Emotional Intelligence Concepts in a Proj...
Behavioral styles   2019 - Applying Emotional Intelligence Concepts in a Proj...Behavioral styles   2019 - Applying Emotional Intelligence Concepts in a Proj...
Behavioral styles 2019 - Applying Emotional Intelligence Concepts in a Proj...
 
"so you think you know the code" by Mrs. Gretta Kelzi
"so you think you know the code" by Mrs. Gretta Kelzi"so you think you know the code" by Mrs. Gretta Kelzi
"so you think you know the code" by Mrs. Gretta Kelzi
 
Another Project Hit the wall by Eng Hisham Zeinoun
Another Project Hit the wall by Eng Hisham ZeinounAnother Project Hit the wall by Eng Hisham Zeinoun
Another Project Hit the wall by Eng Hisham Zeinoun
 

Último

Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...David Celestin
 
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityHung Le
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Baileyhlharris
 
Introduction to Artificial intelligence.
Introduction to Artificial intelligence.Introduction to Artificial intelligence.
Introduction to Artificial intelligence.thamaeteboho94
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lodhisaajjda
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...amilabibi1
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIINhPhngng3
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatmentnswingard
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoKayode Fayemi
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...ZurliaSoop
 
Zone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxZone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxlionnarsimharajumjf
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalFabian de Rijk
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfMahamudul Hasan
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfSkillCertProExams
 

Último (17)

Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
Introduction to Artificial intelligence.
Introduction to Artificial intelligence.Introduction to Artificial intelligence.
Introduction to Artificial intelligence.
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
 
Zone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxZone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptx
 
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait Cityin kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 

Monte Carlo Simulation for project estimates v1.0

  • 1. MCS 1 / 65 Using Monte Carlo Simulation for Project Estimates Akram Najjar 28 July 2016 Holiday Inn – Dunes Beirut, Lebanon
  • 2. MCS 2 / 65 First, we state the problem: Why do we need to Simulate? Second, we discuss the 3 Monte Carlo Simulation Processes: Process 1: how to prepare a Monte Carlos spreadsheet model Process 2: how to sample inputs to simulate variety Process 3: how to analyze the output statistically 10 workouts, will “hopefully” be demonstrated If time permits: we will demo a Non-PM Monte Carlo Simulations
  • 3. The Handout and ALL Workouts will be in a Zipped File on www.pmilebanonchapter.org
  • 4. MCS 4 / 65 Monte Carlo Simulation is also used in other Management Science applications • Production lines • Sales forecast • Reliability analysis • Waiting lines (queuing systems) • Budget forecasts • Project Management •Cost estimations •Industrial processes •Project selection •Acceptance sampling •Markov chains •And more . . . .
  • 5. MCS 5 / 65 But first . . . . Why use Excel? • There are 3rd party Monte Carlo Simulation products • Very few of them deal directly with Project Management • I only know one that works directly with Microsoft Project (@RISK) • BUT • Excel functions are native, out of the box • Excel is more flexible (much more so if you write VBA code) • Excel interacts with other environments better
  • 6. MCS 6 / 65 Off the Shelf Monte Carlo Simulation Tools • Deals with PM Directly by entering sampling directly on MS Project • @RISK from PALISADE • These 2 improve model building but have no direct PM functions • Crystal Ball from Oracle • SIMTOOLS Excel Add On • Focused products that produce simulated schedules • Acumen Fuse by Deltek • We can also use VBA with MS Project (which has not been done).
  • 7. MCS 7 / 65 Some Excel Facilities you Need to Know . . . . • Statistical Functions we will introduce • Other Excel Functions: COUNTIF, VLOOKUP, etc. • Absolute/Relative Referencing • The Analysis Toolpack • How to produce HISTOGRAMS (Bar Charts or Frequency Count tables) using the Analysis Toolpack or using =FREQUENCY() and =COUNTIF() • Advanced Charting (Pareto, Cumulative, etc.) • Sensitivity analysis • It helps to know VBA
  • 8.
  • 9. MCS 9 / 65 Why do we Need Monte Carlo Simulation in Project Management? • One of the nightmares of a Project Manager is that he / she needs Single Values for the following: • Durations • Resource quantities • Resource rates • We call these Single Point Estimates • The Project Manager has only One Chance to be right . . . • And he or she will almost never forecast these values correctly . . .
  • 10. I thought you guys were Working on your Project Estimates That’s Exactly what we’re doing . . . . .
  • 11. This is what happens when we use the Single Point Estimate Model A Single Value for Each Input Variable One Single Value for the Output Variable a b c d Independent Variables Dependent Variable
  • 12. Samuel Goldwyn of MGM Forecasts are dangerous, especially those about the future.
  • 13. The Oracle of Delphi Greek Myth From 1600 BC to 300 BC A Modern Judgmental Forecasting Technique
  • 14. A Single Point Estimate Example Task C: Paint Room (Critical Path): 12d This model uses Single Estimates to give us One Single Output = 12 Days
  • 15. Workout 1: Model with 12 Different Fixed Input Values • Task A: can be 4 or 8 days • Task B: can be 1 or 3 days • Task C: can be 6, 8 or 10 days • We get: 12 combinations for all inputs • And 12 results for the Total Duration • Statistical Analysis of these 12 outputs will give more reliable and meaningful estimates Task A Task B Task C Is Task C Critical? Tot Duration 4 1 6 YES 6 4 1 8 YES 8 4 1 10 YES 10 4 3 6 7 4 3 8 YES 8 4 3 10 YES 10 8 1 6 9 8 1 8 9 8 1 10 YES 10 8 3 6 11 8 3 8 11 8 3 10 11
  • 16. The Monte Carlo Simulation Model Multiple Values for each Input Variable Multiple Values for the same Output Variable For each combination of the N input values, we will get one output value. For many combinations, we can get a large number of output values. f(X1) f(X2) f(X3) f(XN)
  • 17. MCS 17 / 65 By using different combinations of values for the input variables, we will get a large number of values for the output variable. (The Delphi Oracle?) We can then analyze the output values statistically. Our forecast will be “educated” and not a “shot in the dark”.
  • 18. MCS 18 / 65 Process 1: How to Setup a Monte Carlo Spreadsheet to allow the Model to calculate a large number of Global Outputs using the large number of combined Inputs
  • 19. MCS 19 / 65 The 3 Worksheets of our Model Model Worksheet Constants Worksheet Results Worksheet
  • 20. MCS 20 / 65 Our Models will have the Following Structure: 1) Place the parameters or constants in the Constants Worksheet 2) Develop in a One Row a formulation which uses fixed test values. This calculates a single output for the project. 3) Replace the Fixed Values by Random Samples in the initial row 4) Duplicate the initial Row downwards a large number of times. The multiple outputs are in one column and are our Raw Results. We place the above in the Model Worksheet 5) Analyze the Raw Results in the Results Sheet
  • 21. MCS 21 / 65 Workout 2: An Equipment Costing Model to Demonstrate our Global Procedure • Row 2 shows the calculation of the total cost using the Random Samples from a BetaPERT distribution • The Total Cost = • Equipment Cost + • Spares for 3 years + • Yearly Maintenance = a % of the Cost of the Equipment • Rows 3 to 1002 duplicate Row 2 to generate 1000 outputs • Col G is the total cost and has our 1000 Raw Results
  • 22. MCS 22 / 65 Process 2: How to Use Excel’s Functions to generate multiple samples that comply with the behavior of a specific input f(X1)
  • 23. MCS 23 / 65 Excel’s Statistical Function: = RAND() • We use Excel’s =RAND() to generate random samples • It has no argument (no parameters) • When placed in a cell, it will generate a number between 0.00000000000000 and 1.00000000000000 • Each number is as likely to be generated as any other. • We say: the numbers are Uniformly Generated • Each time you change anything in the worksheet, (or press F9), RAND() will generate a new number
  • 24. MCS 24 / 65 Workout 3: Show RAND() is Uniformly Distributed 1) Place “Output” in cell A1 2) Place =RAND() in cells A2:A2001 3) Prepare a Bin Table for values 0.1, 0.2, 0.3 . . . . . . 1.0 4) We will use =COUNTIF() to generate a Histogram for the 2000 values 5) Plot the Bins and Frequency as a Scatter Diagram (Bins vs Frequency Count)
  • 25. MCS 25 / 65 How to Use RAND() to Generate Samples that are Uniformly Distributed over other ranges than 0 and 1?
  • 26. MCS 26 / 65 What is a Uniform Distribution? • Many project parameters follow a uniform distribution • A given input variable would vary from A (lower) to B (upper) • Each value between A and B is equally likely to arise • Example: • A price can range from $10.00 to $14.00 : UNIFORMLY • The duration of a task can vary from 5.00 to 7.00 days : UNIFORMLY
  • 27. MCS 27 / 65 How to Sample from a Uniform Distribution? If a Task can have a duration from 7.00 to 10.00 days . . . . 1) RAND() is a Uniform Distribution with values that vary from 0.0 to 1.0 2) Multiply RAND() by 3 BECAUSE The duration range = 10 – 7 = 3 days The generated values will be scaled to vary from 0.0 to 3.0 3) Add 7 to the generated values BECAUSE The lowest duration = 7 The generated values will be shifted to vary from 7 to 10.
  • 28. Generating Uniformly Distributed Numbers from 7 to 10 Using RAND() from 0 to 1 0 3 0 1 = RAND() x 3 = RAND() x 3 + 7 7 10 =RAND()
  • 29. MCS 29 / 65 Our Formula for Generating Uniformly Distributed Values between A (Lower) and B (Higher): Generated Value = RAND() * (B – A) + A = RAND() * Range + A In Excel, it is best to place A and B in a Constants Sheet And to calculate the Range = (B – A) to simplify formulas. The next Workout will demonstrate the use of this formula
  • 30. MCS 30 / 65 Workout 4: Three Task Project - Uniformly Distributed 1. Use the Duration Ranges in the Earlier Example but let them be uniformly distributed (i.e., not restricted to integers: fractions allowed). Duration of Task A is 4 to 8 days Duration of Task B is 1 to 3 days Duration of Task C is 6 to 10 days 2. Place the Uniform Distribution formula in cells B2, C2 and D3 3. Use Absolute Values for Constants (to make copying easier) 4. In E1, calculate MAX of (B2 + C2) and D2 = Project Duration (Critical Path) 5. Copy Row 2 downwards to row 2001
  • 31. MCS 31 / 65 Bar Charts, Frequency Tables and Histograms Are the Same Thing . . . . Step 1: collect the raw data or results in Col A (Results sheet) Step 2: specify categories in which we group similar raw data. These categories are also called: Bins These can be durations, resource rates or resource quantities Step 3: use =COUNTIF() to classify our Raw Results into the Bins Step 4: next to the frequencies of the Bins, find the % Frequency Step 5: next to the % Frequency, find the Cumulative Frequency %
  • 32. Workout 4a: The Basis of our Analysis is the Frequency Table Part of a Table of Observations (Raw Data) Heights 170 145 174 144 140 182 188 157 188 187 . . . . . . . . Height Categories Frequency Count 120 0 130 0 140 2 150 3 160 21 170 35 180 22 190 14 200 3 210 0 220 0
  • 33. MCS 33 / 65 The Next “Basis” is the Cumulative Chart Height Categories Frequency Count Frequeny % Cum % 120 0 0% 0% 130 0 0% 0% 140 2 2% 2% 150 3 3% 5% 160 21 21% 26% 170 35 35% 61% 180 22 22% 83% 190 14 14% 97% 200 3 3% 100% 210 0 0% 100% 220 0 0% 100%
  • 34. MCS 34 / 65 Workout 5: Repeat the 3 Task Project with 3 Different Distributions Task A: Order Door Duration distributed as a stepwise Discrete Probability Function Task B: Install Door Duration distributed Normally (Bell Shaped or Gaussian Curve) Task C: Paint Room Duration distributed Uniformly (same as in Workout 4)
  • 35. An Example of the 3 Tasks with 3 Different Distributions for the 3 Durations 30 % 50 % 20 % Normal Distribution Discreet Probability Distribution Uniform Distribution A: Order Door B: Install Door C: Paint Room 6 10
  • 36. MCS 36 / 65 The Logic of Sampling • In practice: we must analyze every task and decide how it behaves. • Uniform Behavior (Flat): when the duration depends on load: the more work, the longer the task --- and we can have any load . . . . • Discrete Probability (Bars): when durations differ because of different suppliers, seasons, team members, (but we must know the likelihood). • Normal Behavior (Bell Shaped): when something is being “built”. The task will have an average duration with different instances around the average. It also applies to “behavior” such as delivery. • Triangular / BetaPERT: when we have and optimistic estimate, a most likely estimate (mode) and a pessimistic estimate. • Other Distributions in MCS but not commonly used in PM: Geometric, Hypergeometric, Exponential, Poisson, Binomial, Weibull, Gamma, etc.
  • 37. How to Use RAND() to Generate Samples that follow a Discrete Probability Distribution 30 % 6 days 50 % 7 days 20 % 8 days
  • 38. MCS 38 / 65 What is a Discrete Probability Distribution? • Inputs may have different values: prices, durations, rates, quantities • There is a an associated probability for the occurrence of each input • Example 1 – The Cost Price: 10% of the time, it will be $12.5 while for 40% it will be $13 and for 50% it will be $13.5 • Example 2 – The Duration: sometimes 4 days (35% of the time), sometimes 6 days (40% of the time) and sometimes 8 days (25%). • If categories > 4 we have to use =VLOOKUP() else use Nested IF() • Why? because Nest IF’s gets complicated with more than 4 nests • Also, you are limited to nest 7 times in an IF() expression
  • 39. Discrete Probabilities for the Duration of Task A - Order Door: 30% of the time, the Duration will be = 6 days 50% of the time, the Duration will be = 7 days 20% of the time, the Duration will be = 8 days
  • 40. 50% 20% 30% Imagine we have a Roulette wheel divided into 100 slots: • If the ball falls in any of the slots 1 to 30, we use 6 days. • If between 31 and 80 we use 7 days. • If between 81 and 100, we use 8 days. • But these are cumulative values of the Probabilities
  • 41. Convert % Bar to Cumulative Values So we can use RAND() to decide which Duration to use as Input 0.0 to < 0.30 >= 0.30 to < 0.80 >= 0.80 to < 1.0 6 Days 7 Days 8 Days 30% 50% 20% 30% 50% 20%
  • 42. Our example for Task A - Order Door: 1) Probability Col: given to us 2) Cumulative %: calculated by adding the probabilities cumulatively 3) Duration: given to us 4) In the model, generate a RANDOM Number between 0 and 1 5) Use nested IF() to find out where it falls in the CUM % column 6) Pick up the corresponding Duration Probability Cum % Duration 0.30 0.30 6 0.50 0.80 7 0.20 1.00 8
  • 43. MCS 43 / 65 ALERT: Using RAND() Twice in one Formula Causes it to be Calculated Twice • Example: with IF, you cannot test several values against RAND(). • Each test will result in a different Random Number. • For such cases, we have to define a special column containing RAND(). • We can then use its value within the IF Statement
  • 44. MCS 44 / 65 Using NESTED IF() To Generate Discrete Probability Values =IF(A2<F2, G2, IF(A2<F3, G3, G4) )
  • 45. MCS 45 / 65 How to Use RAND() to Generate Samples that are Normally Distributed (Bell Shaped)
  • 46. MCS 46 / 65 Without Explanation, Let us Use an Excel Formula =NORM.INV (RAND(), Average, Standard Deviation) • RAND() feeds the function with Random numbers from 0 and 1 • We have to specify to NORM.INV() the Average of the distribution and its Standard Deviation • NORM.INV() will generate a sample or an observation • If we generate a large number of these observations, they will be distributed normally as per the average and the standard deviation
  • 47. MCS 47 / 65 Workout 5a: Show How NORM.INV() Works 1. Enter “Normal” in cell A1 2. Enter “Average” in C1 and “Standard Deviation” in C2 3. Enter the constants 2 in D1 and 0.5 in D2 4. Enter in A2 = NORM.INV(RAND(), $D$1, $D$2) 5. Copy A2 downwards to A1001 6. Create Bins in F1 to F42 varying from 0.0 to 4.0 and generate a Histogram using = COUNTIF() 7. Plot it . . You should see a Normal Curve (approximately). The more values you generate, the nearer to the Bell Shaped Curve
  • 48. MCS 48 / 65 Workout 6: Monte Carlo Simulation for a Project with 14 Tasks (And 4 Nodes in the Network)
  • 50. MCS 50 / 65 Mathematically, we Can Define a Project as Columns in Excel 1. Identify Each Node where parallel paths meet We have 1 Start Node and 4 other Nodes (and the End Project = D). 2. Create a Column for each Task 3. Create a Column for each Node to be placed after the Tasks that meet at it. 4. Place the Duration sampling function of each Task in its Column 5. In each Node cell, enter the =MAX() function to find the Critical Path of the Tasks before it (see next slide for Nodes A and B)
  • 51. MCS 51 / 65 Test the Critical Path for each Node in its Column Example: Node A = Max ( Task 1 + Task 2, Task 1 + Task 3) Example: Node B = Max (Node A + Task 4, Tasks 1 + 5 + 6 + 7)
  • 52. MCS 52 / 65 The Logic of the Model • In Each Model we have to analyze the behavior of EACH Task • We then decide which Statistical Distribution best describes the Duration • For simplicity: we will start with the Uniform Distribution for ALL tasks - but with different parameters • We then use the Normal and BetaPERT distributions • And another model with a Mixture of distributions • Let us review the Triangular and the BetaPERT Distributions
  • 53. MCS 53 / 65 Workout 6a: The Triangular and BetaPERT Distributions • We favor optimistic estimates because of fear, psychology and managerial pressure • We might guess the cost of a cubic meter of concrete = $130 • Under fear, psychology and pressure, we will favor a cost = $110 • But we will strongly resist an estimate = $160 • Most LATE projects are really projects which are UNDERESTIMATED • Most OVER-BUDGET projects are really UNDERESTIMATED
  • 54. MCS 54 / 65 What do we Need for the PERT Estimate, the Triangular and BetaPERT Distributions? • We need • An optimistic estimate • A most likely estimate • A pessimistic estimate • A distribution is positively skewed if more of its observations are low • A distribution is negatively skewed if more of its observations are high
  • 55. MCS 55 / 65 1) The PERT Calculation (Single Estimate) • You know the most likely duration: M • You often know the optimistic duration: O • And the pessimistic: P Duration = (O + 6 x M + P) / 6 • We used 3 points to calculate our Single Point • It is better than a Single Point Estimate but not as good as MCS
  • 56. MCS 56 / 65 2) The Triangular Distribution • We need the 3 points • BUT we can take samples according to formulas • Sadly, Excel does not have a native Triangular function • (You will see the reason why soon) • You can either use complex formulas or VBA • (Both are included)
  • 57. MCS 57 / 65 3) The BetaPERT Function • Mathematically, this is quite complex but is available in Excel • Advantage: it does not have a sharp peak • Advantage: it slopes down smoothly (to the right and to the left) • We now see why Microsoft did not include the Triangular function • The 3 parameters have different names in the industry • The optimistic = minimum • The most likely = mode • The pessimistic = maximum
  • 58. The BetaPERT Distribution can have different Shapes depending on the Mode and other Parameters Let us Review Workout 6a Positively or Left Skewed Negatively or Right Skewed
  • 59. MCS 59 / 65 Workout 7: (if time permits) Budget Forecasting • The budget forecast is complex • It is formulated in the Model worksheet • Our Input Variables are 8 growth rates varied using different distributions (found in the Constants worksheet) • The outputs to be analyzed are then duplicated in the Runs worksheet
  • 60. MCS 60 / 65 Process 3: How to Use Excel’s Functions and Charts to Statistically Analyze the large number of Outputs generated by the MCS Model
  • 61. MCS 61 / 65 The Analysis: 1) Convert and Move Dynamic to Static Results • The Input Data in the Model Sheet is Dynamic • Because RAND() is found in the formulas, the raw data keeps changing • When something happens in the Workbook or when we press F9 • The Results in the Model will also be Dynamic • We cannot analyze Dynamic Results! • Solution: copy the Results column from the Model to the Result worksheet • BUT, Paste as Values, i.e., without formulas • This freezes the data in the Results worksheet
  • 62. MCS 62 / 65 The Analysis: 2) Prepare a Histogram for the Results 1) Decide on the number of Bins (grouping of results • Usually from 10 to 30 2) Generate a Frequency Table (Histogram) from the Raw Data using: • The =FREQUENCY() function OR • The =COUNTIF() function (only if results are integers) OR • The Analysis Toolpack (if you are a masochist) 3) Generate the Cumulative % of the Frequency Count 4) Generate the Bar Chart + Cumulative % (Pareto) • Show a Bar Chart for the Frequency Count (Histogram) • On the same chart, show the cumulative % of the counts (Pareto)
  • 63. MCS 63 / 65 The Analysis: 3) Show the Descriptive Statistics • Use the Analysis Toolpack • Generate the Descriptive Statistics • These give a variety of analyses about the Raw Data
  • 64. MCS 64 / 65 The Analysis: 4) Manipulate The Model • Change the constants • Change the distributions • Elaborate the calculations • Why play with the model? • To verify the results • To ensure they are close to reality • To vary the reality model so we can get “What If” sensitivity