SlideShare a Scribd company logo
1 of 6
Download to read offline
Comments on “Managing Projects Involving External Threats”
In a recent issue on the American Society for the Advancement of Project Management’s web
site articles, www.asapm.org, a paper was published describing an important concept. In
“Managing Projects Involving External Threats,” the impact of the likelihood of an external
event could occur that would negatively impact the success probability of a project. Is
described. Such an event is neither expected nor predictable. The suggestion from the paper is
that the sooner the project – or any subtask of the project – is completed, the less the
likelihood of an external event impacts the project.
Although this statement seems obvious, it turns out to be insufficient for practical use. There
is an important underlying concept not presented in the paper. In fairness to the author, the
equation provided — PS = T −1 ∗ 100 — is stated to be a simple formulation of the problem
and not representative of real situations.
This equation states there is a simple linear relationship between the passage of time and the
probability of something bad happening. In fact the relationship between the passage of time
and probability of an external event is “not” linear as stated above, but it is exponential based
on the Poisson distribution. 1
Exponential Probability
The exponential probability distribution is the most common distribution encountered in
probability models, since it describes accurately most of the real life aspects of probability
based processes. The probability density function (pdf ), Cumulative Distribution Function
(CDF), reliability function ( R (t ) ), and hazard (event rate) function ( z (t ) ) of the exponential
distribution are expressed by the following:

pdf = f ( t ) = λe −λt

CDF = F (t ) = 1 − e −λt

(1.2)

Reliability = R (t ) = e −λt

1

(1.1)

(1.3)

One of the first observations of the Poisson process was that it properly represented the number of French cavalry soldiers
that dies as a result of being kicked by a horse. Rescherches sur la Probabilite des Jugements en Matiere Criminelle et en Matiere Civile,
Precedees des Regles Generales du Calcul des Probabilities, Simeon D. Poisson, 1837.

Copyright © 2004, Niwot Ridge Consulting
Niwot, Colorado 80503

1/6
Comments on “Managing Projects Involving External Threats”

Hazard Function = z (t ) = λ

(1.4)

Poisson Distributions
In modeling the expectation functions associated with actual processes, several simplifying
assumptions can be made to render the resulting mathematics tractable. These assumptions do
not reduce the applicability of the resulting models to real–world phenomenon. One
simplifying assumption is that the random variables associated with the presence of an external
event have exponential probability distributions.
The property of the exponential distribution that makes it easy to analyze is that it does not age
with time – that is as time passes the probability of the event occurring remains the same. If
the lifetime of a process is exponentially distributed, after some amount of time, the
probability of event occurring is assumed to be good as new. Formally, this property states that
the random variable X is memoryless, if the expression P {X > s + t X > t } = P {X > s} is
valid for all s , t ≥ 0 . If the random variable X is the lifetime of some item, then the
probability that the item is functional at time s + t , given that it survived to time t, is the same
as the initial probability that is was functional at time s. If the occurrence of an event is
functional at time t, then the distribution of the remaining amount of time for the event to
occur is the same as the original lifetime distribution. The event does not “remember” that it
had not occurred for a time t.
This property is equivalent to the expression

P {X > s + t , X > t }
P {X > t }

= P {X > s} or

P {X > s + t } = P {X > s} P {X > t } . Since the form of this expression is satisfied when the
random variable X is exponentially distributed (since e −λ( s +t ) = e −λs e −λt ), it follows that
exponentially distributed random variables are memoryless. The recognition of this property is
vital to the understanding of the models of external events from unknown distributions. If the
underlying event process is not memoryless, than the exponential distribution model is not
valid. Determining the underlying distribution of external events is likely to be difficult. In
order to proceed with a useful analysis of the impact of external events on a project, the
assumption of a Poisson distribution can be used.

Copyright © 2004, Niwot Ridge Consulting
Niwot, Colorado 80503

2/6
Comments on “Managing Projects Involving External Threats”
The exponential probability distributions and the related Poisson processes used in the
reliability models are formally based on the assumptions shown in Table 1.

! Events occur completely randomly and are independent of any previous event. A single
event does not provide any information regarding the time of the next event.
! The probability of an event during any interval of time [0, t ] is proportional to the length
of the interval, with a constant of proportionality λ . The longer one waits the more likely it
is an event will occur.
Table 1 – Assumptions regarding the behavior of a random
process that generate events following the Poisson
probability distribution function.
An expression describing the random processes in Table 1 results from the Poisson Theorem
which states that the probability of an event A occurring k times in n trials is approximately,

n (n − 1)L (n − k + 1) k n −k
pq ,
1 ⋅ 2L k

(1.5)

where p = P { A} is the probability of an event A occurring in a single trial and q = 1 − p .
This approximation is valid when n → ∞,

p → 0 and the product n ⋅ p remains finite. It

should be noted that a large number of different trials of independent systems is needed for this
condition to hold, rather than a large number of repeated trials on the same system. This is an
environment likely to be encountered in a project management situation.
The Poisson Theorem can be simplified to the following approximation for the probability of
an event occurring k times in n trials,

Copyright © 2004, Niwot Ridge Consulting
Niwot, Colorado 80503

3/6
Comments on “Managing Projects Involving External Threats”
k

⎛ n ⎞ k n −k
(np ) ⎛ np ⎞
n!
1−
⎜ k ⎟ p q =
(n − k ) ! k ! n k ⎜ n ⎟
⎝
⎠
⎝ ⎠
=

( 2π ) e −n n n +
1
n −k + 2

( 2π )(n − k )

n −k

1
2

e − n +k n k

,
k

(np )
k!

e −np ,

1
np k
=
n
⎛ k ⎞ k k !
⎜ 1 − ⎟ e
⎝ n ! ⎠
np k − np
≈
e .
k!

(1.6)

The exponential and Poisson expressions are directly related. A detailed understanding of
this relationship will aid in the development of the analysis that follows.
Using the Poisson assumptions described in Table 1, the probability of n events prior to time
t is,

P {N = n T ≤ t } = Pt (n ) .

(1.7)

From of Eq. (1.7), the probability that no events occur (n = 0 ) between time t and time
t + Δt is,

Pt +Δt ( 0 ) = Pt ( 0 ) [1 − λΔt ],

(1.8)

where the term λ = n p describing the total number of events is of moderate magnitude. The
probability that n events occur between time t and time t + Δt is then,

Pt +Δt ( n ) = Pt ( n ) [1 − λΔt ] + Pt ( n − 1) [λΔt ] , n > 0 .

(1.9)

Using Eq. (1.9) and Eq. (1.8) and allowing Δt → 0 , a differential equation can be constructed
describing the rate at which events occur between time t and time t + Δt ,

d
Pt ( 0 ) = −λPt ( 0 ) ,
dt
d
Pt ( n ) = λ ⎡ Pt (n − 1) − Pt (n )⎤ , for n > 0,
⎣
⎦
dt

(1.10)

with the initial conditions of,

Copyright © 2004, Niwot Ridge Consulting
Niwot, Colorado 80503

4/6
Comments on “Managing Projects Involving External Threats”
(1.11)

Pt (n ) = 0.
The unique solution to the differential equation in Eq. (1.10) is,

Pt ( n ) =

( λt )n e −λt
n!

, n = 0, 1, 2,K

(1.12)

which is the Poisson distribution defined in Eq. (1.6). Using Eq. (1.12) to define a function

F (t ) representing the probability that no events have occurred as of time t gives,
F ( t ) = Pt {n = 0} = e −λt .

(1.13)

The expression in Eq. (1.13) is also the definition for the Cumulative Distribution Function,
CDF, of the Poisson event process. By using Eq. (1.13), the probability distribution function,
pdf, of the Poisson process can be given as,

f ( t ) = λe −λt ,

(1.14)

which is the exponential probability distribution. [2] The following statement describes the
relationship between the Poisson and exponential expressions,
If the number of events occurring over an interval of time is Poisson distributed, then the time
between events is exponentially distributed.
An alternative method of relating the exponential and Poisson expressions is useful at this
point. The functions defined in Eq. (1.1) and Eq. (1.2) are based on the interchangeability of
the pdf and the CDF for any defined probability distribution. The Cumulative Distribution
Function F ( x ) of a random variable X is defined as a function obeying the following
relationship,

F ( x ) = P { X ≤ x}, − ∞ < x < ∞.

2

(1.15)

This development of the pdf is very informal. Making use of the forward reference to construct an expression is circular logic
and would not be permitted in more formal circumstances. For the purposes of this paper, this type of behavior can be
tolerated, since the purpose of this development is to get to the results rather than dwell on the analysis process. This is a
fundamental difference between mathematics and engineering.

Copyright © 2004, Niwot Ridge Consulting
Niwot, Colorado 80503

5/6
Comments on “Managing Projects Involving External Threats”
The probability density function f ( x ) of a random variable X can be derived from the
CDF using the following,

f ( x) =

d
F ( x ).
dx

(1.16)

The CDF can be obtained from the pdf by the following,
x

F ( x ) = P { X ≤ x} = ∫ f (t )dt , − ∞ < x < ∞.
−∞

(1.17)

Using Eq. (1.16) and Eq. (1.17), the CDF and pdf expressions for an exponential distribution
can be developed. If the mean time between events is an Exponentially distributed random
variable, the CDF is,

⎧1 − e −λt , 0 ≤ t ≤ ∞,
F (t ) = ⎨
, otherwise,
⎩0

(1.18)

The number of events in the time interval [0, t ] is a Poisson distributed random variable with
a probability density function of,

f (t ) =

⎧λe −λ , t > 0,
d
F (t ) = ⎨
dt
⎩0, otherwise,

(1.19)

where t is a random variable denoting the time between events.
Conclusion
The original equation provided in the paper can be replaced with another that better
describes the real world experiences of external events occurring that negatively impact the
outcome of a project.
The probability of occurrence of such an event is not related to the simple linear passage of
time, but rather to the parameters of the exponential distribution shown in Eq. (1.18). The
simple phrase “the longer you wait the more likely something bad will happen,” now has
mathematical meaning.
Glen B. Alleman
Niwot Colorado
January 2004
Copyright © 2004, Niwot Ridge Consulting
Niwot, Colorado 80503

6/6

More Related Content

Similar to Project failure

Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
STATISTICAL TESTS TO COMPARE k SURVIVAL ANALYSIS FUNCTIONS INVOLVING RECURREN...
STATISTICAL TESTS TO COMPARE k SURVIVAL ANALYSIS FUNCTIONS INVOLVING RECURREN...STATISTICAL TESTS TO COMPARE k SURVIVAL ANALYSIS FUNCTIONS INVOLVING RECURREN...
STATISTICAL TESTS TO COMPARE k SURVIVAL ANALYSIS FUNCTIONS INVOLVING RECURREN...Carlos M Martínez M
 
2 Review of Statistics. 2 Review of Statistics.
2 Review of Statistics. 2 Review of Statistics.2 Review of Statistics. 2 Review of Statistics.
2 Review of Statistics. 2 Review of Statistics.WeihanKhor2
 
Chapter-4 combined.pptx
Chapter-4 combined.pptxChapter-4 combined.pptx
Chapter-4 combined.pptxHamzaHaji6
 
Appendix 2 Probability And Statistics
Appendix 2  Probability And StatisticsAppendix 2  Probability And Statistics
Appendix 2 Probability And StatisticsSarah Morrow
 
Survival analysis 1
Survival analysis 1Survival analysis 1
Survival analysis 1KyusonLim
 
Statement of stochastic programming problems
Statement of stochastic programming problemsStatement of stochastic programming problems
Statement of stochastic programming problemsSSA KPI
 
Concepts and Problems in Quantum Mechanics, Lecture-II By Manmohan Dash
Concepts and Problems in Quantum Mechanics, Lecture-II By Manmohan DashConcepts and Problems in Quantum Mechanics, Lecture-II By Manmohan Dash
Concepts and Problems in Quantum Mechanics, Lecture-II By Manmohan DashManmohan Dash
 
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...SYRTO Project
 
05b distribution functions
05b distribution functions05b distribution functions
05b distribution functionsnumanakhtar2
 
Random process and noise
Random process and noiseRandom process and noise
Random process and noisePunk Pankaj
 
A041030106
A041030106A041030106
A041030106IOSR-JEN
 
Econometrics 2.pptx
Econometrics 2.pptxEconometrics 2.pptx
Econometrics 2.pptxfuad80
 

Similar to Project failure (20)

Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Program on Mathematical and Statistical Methods for Climate and the Earth Sys...
Program on Mathematical and Statistical Methods for Climate and the Earth Sys...Program on Mathematical and Statistical Methods for Climate and the Earth Sys...
Program on Mathematical and Statistical Methods for Climate and the Earth Sys...
 
International Journal of Engineering Inventions (IJEI),
International Journal of Engineering Inventions (IJEI), International Journal of Engineering Inventions (IJEI),
International Journal of Engineering Inventions (IJEI),
 
STATISTICAL TESTS TO COMPARE k SURVIVAL ANALYSIS FUNCTIONS INVOLVING RECURREN...
STATISTICAL TESTS TO COMPARE k SURVIVAL ANALYSIS FUNCTIONS INVOLVING RECURREN...STATISTICAL TESTS TO COMPARE k SURVIVAL ANALYSIS FUNCTIONS INVOLVING RECURREN...
STATISTICAL TESTS TO COMPARE k SURVIVAL ANALYSIS FUNCTIONS INVOLVING RECURREN...
 
2 Review of Statistics. 2 Review of Statistics.
2 Review of Statistics. 2 Review of Statistics.2 Review of Statistics. 2 Review of Statistics.
2 Review of Statistics. 2 Review of Statistics.
 
Chapter-4 combined.pptx
Chapter-4 combined.pptxChapter-4 combined.pptx
Chapter-4 combined.pptx
 
IJMPC 2009
IJMPC 2009IJMPC 2009
IJMPC 2009
 
Appendix 2 Probability And Statistics
Appendix 2  Probability And StatisticsAppendix 2  Probability And Statistics
Appendix 2 Probability And Statistics
 
Survival analysis 1
Survival analysis 1Survival analysis 1
Survival analysis 1
 
Statement of stochastic programming problems
Statement of stochastic programming problemsStatement of stochastic programming problems
Statement of stochastic programming problems
 
Concepts and Problems in Quantum Mechanics, Lecture-II By Manmohan Dash
Concepts and Problems in Quantum Mechanics, Lecture-II By Manmohan DashConcepts and Problems in Quantum Mechanics, Lecture-II By Manmohan Dash
Concepts and Problems in Quantum Mechanics, Lecture-II By Manmohan Dash
 
Poster_PingPong
Poster_PingPongPoster_PingPong
Poster_PingPong
 
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...
 
05b distribution functions
05b distribution functions05b distribution functions
05b distribution functions
 
1 6
1 61 6
1 6
 
Random process and noise
Random process and noiseRandom process and noise
Random process and noise
 
Af4101182186
Af4101182186Af4101182186
Af4101182186
 
A041030106
A041030106A041030106
A041030106
 
Econometrics 2.pptx
Econometrics 2.pptxEconometrics 2.pptx
Econometrics 2.pptx
 
Statistical Physics Assignment Help
Statistical Physics Assignment HelpStatistical Physics Assignment Help
Statistical Physics Assignment Help
 

More from Glen Alleman

Managing risk with deliverables planning
Managing risk with deliverables planningManaging risk with deliverables planning
Managing risk with deliverables planningGlen Alleman
 
A Gentle Introduction to the IMP/IMS
A Gentle Introduction to the IMP/IMSA Gentle Introduction to the IMP/IMS
A Gentle Introduction to the IMP/IMSGlen Alleman
 
Increasing the Probability of Project Success
Increasing the Probability of Project SuccessIncreasing the Probability of Project Success
Increasing the Probability of Project SuccessGlen Alleman
 
Process Flow and Narrative for Agile+PPM
Process Flow and Narrative for Agile+PPMProcess Flow and Narrative for Agile+PPM
Process Flow and Narrative for Agile+PPMGlen Alleman
 
Practices of risk management
Practices of risk managementPractices of risk management
Practices of risk managementGlen Alleman
 
Principles of Risk Management
Principles of Risk ManagementPrinciples of Risk Management
Principles of Risk ManagementGlen Alleman
 
Deliverables Based Planning, PMBOK® and 5 Immutable Principles of Project Suc...
Deliverables Based Planning, PMBOK® and 5 Immutable Principles of Project Suc...Deliverables Based Planning, PMBOK® and 5 Immutable Principles of Project Suc...
Deliverables Based Planning, PMBOK® and 5 Immutable Principles of Project Suc...Glen Alleman
 
From Principles to Strategies for Systems Engineering
From Principles to Strategies for Systems EngineeringFrom Principles to Strategies for Systems Engineering
From Principles to Strategies for Systems EngineeringGlen Alleman
 
NAVAIR Integrated Master Schedule Guide guide
NAVAIR Integrated Master Schedule Guide guideNAVAIR Integrated Master Schedule Guide guide
NAVAIR Integrated Master Schedule Guide guideGlen Alleman
 
Building a Credible Performance Measurement Baseline
Building a Credible Performance Measurement BaselineBuilding a Credible Performance Measurement Baseline
Building a Credible Performance Measurement BaselineGlen Alleman
 
Integrated master plan methodology (v2)
Integrated master plan methodology (v2)Integrated master plan methodology (v2)
Integrated master plan methodology (v2)Glen Alleman
 
IMP / IMS Step by Step
IMP / IMS Step by StepIMP / IMS Step by Step
IMP / IMS Step by StepGlen Alleman
 
DHS - Using functions points to estimate agile development programs (v2)
DHS - Using functions points to estimate agile development programs (v2)DHS - Using functions points to estimate agile development programs (v2)
DHS - Using functions points to estimate agile development programs (v2)Glen Alleman
 
Making the impossible possible
Making the impossible possibleMaking the impossible possible
Making the impossible possibleGlen Alleman
 
Heliotropic Abundance
Heliotropic AbundanceHeliotropic Abundance
Heliotropic AbundanceGlen Alleman
 
Capabilities based planning
Capabilities based planningCapabilities based planning
Capabilities based planningGlen Alleman
 
Process Flow and Narrative for Agile
Process Flow and Narrative for AgileProcess Flow and Narrative for Agile
Process Flow and Narrative for AgileGlen Alleman
 
Building the Performance Measurement Baseline
Building the Performance Measurement BaselineBuilding the Performance Measurement Baseline
Building the Performance Measurement BaselineGlen Alleman
 
Program Management Office Lean Software Development and Six Sigma
Program Management Office Lean Software Development and Six SigmaProgram Management Office Lean Software Development and Six Sigma
Program Management Office Lean Software Development and Six SigmaGlen Alleman
 
Policy and Procedure Rollout
Policy and Procedure RolloutPolicy and Procedure Rollout
Policy and Procedure RolloutGlen Alleman
 

More from Glen Alleman (20)

Managing risk with deliverables planning
Managing risk with deliverables planningManaging risk with deliverables planning
Managing risk with deliverables planning
 
A Gentle Introduction to the IMP/IMS
A Gentle Introduction to the IMP/IMSA Gentle Introduction to the IMP/IMS
A Gentle Introduction to the IMP/IMS
 
Increasing the Probability of Project Success
Increasing the Probability of Project SuccessIncreasing the Probability of Project Success
Increasing the Probability of Project Success
 
Process Flow and Narrative for Agile+PPM
Process Flow and Narrative for Agile+PPMProcess Flow and Narrative for Agile+PPM
Process Flow and Narrative for Agile+PPM
 
Practices of risk management
Practices of risk managementPractices of risk management
Practices of risk management
 
Principles of Risk Management
Principles of Risk ManagementPrinciples of Risk Management
Principles of Risk Management
 
Deliverables Based Planning, PMBOK® and 5 Immutable Principles of Project Suc...
Deliverables Based Planning, PMBOK® and 5 Immutable Principles of Project Suc...Deliverables Based Planning, PMBOK® and 5 Immutable Principles of Project Suc...
Deliverables Based Planning, PMBOK® and 5 Immutable Principles of Project Suc...
 
From Principles to Strategies for Systems Engineering
From Principles to Strategies for Systems EngineeringFrom Principles to Strategies for Systems Engineering
From Principles to Strategies for Systems Engineering
 
NAVAIR Integrated Master Schedule Guide guide
NAVAIR Integrated Master Schedule Guide guideNAVAIR Integrated Master Schedule Guide guide
NAVAIR Integrated Master Schedule Guide guide
 
Building a Credible Performance Measurement Baseline
Building a Credible Performance Measurement BaselineBuilding a Credible Performance Measurement Baseline
Building a Credible Performance Measurement Baseline
 
Integrated master plan methodology (v2)
Integrated master plan methodology (v2)Integrated master plan methodology (v2)
Integrated master plan methodology (v2)
 
IMP / IMS Step by Step
IMP / IMS Step by StepIMP / IMS Step by Step
IMP / IMS Step by Step
 
DHS - Using functions points to estimate agile development programs (v2)
DHS - Using functions points to estimate agile development programs (v2)DHS - Using functions points to estimate agile development programs (v2)
DHS - Using functions points to estimate agile development programs (v2)
 
Making the impossible possible
Making the impossible possibleMaking the impossible possible
Making the impossible possible
 
Heliotropic Abundance
Heliotropic AbundanceHeliotropic Abundance
Heliotropic Abundance
 
Capabilities based planning
Capabilities based planningCapabilities based planning
Capabilities based planning
 
Process Flow and Narrative for Agile
Process Flow and Narrative for AgileProcess Flow and Narrative for Agile
Process Flow and Narrative for Agile
 
Building the Performance Measurement Baseline
Building the Performance Measurement BaselineBuilding the Performance Measurement Baseline
Building the Performance Measurement Baseline
 
Program Management Office Lean Software Development and Six Sigma
Program Management Office Lean Software Development and Six SigmaProgram Management Office Lean Software Development and Six Sigma
Program Management Office Lean Software Development and Six Sigma
 
Policy and Procedure Rollout
Policy and Procedure RolloutPolicy and Procedure Rollout
Policy and Procedure Rollout
 

Recently uploaded

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 

Recently uploaded (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 

Project failure

  • 1. Comments on “Managing Projects Involving External Threats” In a recent issue on the American Society for the Advancement of Project Management’s web site articles, www.asapm.org, a paper was published describing an important concept. In “Managing Projects Involving External Threats,” the impact of the likelihood of an external event could occur that would negatively impact the success probability of a project. Is described. Such an event is neither expected nor predictable. The suggestion from the paper is that the sooner the project – or any subtask of the project – is completed, the less the likelihood of an external event impacts the project. Although this statement seems obvious, it turns out to be insufficient for practical use. There is an important underlying concept not presented in the paper. In fairness to the author, the equation provided — PS = T −1 ∗ 100 — is stated to be a simple formulation of the problem and not representative of real situations. This equation states there is a simple linear relationship between the passage of time and the probability of something bad happening. In fact the relationship between the passage of time and probability of an external event is “not” linear as stated above, but it is exponential based on the Poisson distribution. 1 Exponential Probability The exponential probability distribution is the most common distribution encountered in probability models, since it describes accurately most of the real life aspects of probability based processes. The probability density function (pdf ), Cumulative Distribution Function (CDF), reliability function ( R (t ) ), and hazard (event rate) function ( z (t ) ) of the exponential distribution are expressed by the following: pdf = f ( t ) = λe −λt CDF = F (t ) = 1 − e −λt (1.2) Reliability = R (t ) = e −λt 1 (1.1) (1.3) One of the first observations of the Poisson process was that it properly represented the number of French cavalry soldiers that dies as a result of being kicked by a horse. Rescherches sur la Probabilite des Jugements en Matiere Criminelle et en Matiere Civile, Precedees des Regles Generales du Calcul des Probabilities, Simeon D. Poisson, 1837. Copyright © 2004, Niwot Ridge Consulting Niwot, Colorado 80503 1/6
  • 2. Comments on “Managing Projects Involving External Threats” Hazard Function = z (t ) = λ (1.4) Poisson Distributions In modeling the expectation functions associated with actual processes, several simplifying assumptions can be made to render the resulting mathematics tractable. These assumptions do not reduce the applicability of the resulting models to real–world phenomenon. One simplifying assumption is that the random variables associated with the presence of an external event have exponential probability distributions. The property of the exponential distribution that makes it easy to analyze is that it does not age with time – that is as time passes the probability of the event occurring remains the same. If the lifetime of a process is exponentially distributed, after some amount of time, the probability of event occurring is assumed to be good as new. Formally, this property states that the random variable X is memoryless, if the expression P {X > s + t X > t } = P {X > s} is valid for all s , t ≥ 0 . If the random variable X is the lifetime of some item, then the probability that the item is functional at time s + t , given that it survived to time t, is the same as the initial probability that is was functional at time s. If the occurrence of an event is functional at time t, then the distribution of the remaining amount of time for the event to occur is the same as the original lifetime distribution. The event does not “remember” that it had not occurred for a time t. This property is equivalent to the expression P {X > s + t , X > t } P {X > t } = P {X > s} or P {X > s + t } = P {X > s} P {X > t } . Since the form of this expression is satisfied when the random variable X is exponentially distributed (since e −λ( s +t ) = e −λs e −λt ), it follows that exponentially distributed random variables are memoryless. The recognition of this property is vital to the understanding of the models of external events from unknown distributions. If the underlying event process is not memoryless, than the exponential distribution model is not valid. Determining the underlying distribution of external events is likely to be difficult. In order to proceed with a useful analysis of the impact of external events on a project, the assumption of a Poisson distribution can be used. Copyright © 2004, Niwot Ridge Consulting Niwot, Colorado 80503 2/6
  • 3. Comments on “Managing Projects Involving External Threats” The exponential probability distributions and the related Poisson processes used in the reliability models are formally based on the assumptions shown in Table 1. ! Events occur completely randomly and are independent of any previous event. A single event does not provide any information regarding the time of the next event. ! The probability of an event during any interval of time [0, t ] is proportional to the length of the interval, with a constant of proportionality λ . The longer one waits the more likely it is an event will occur. Table 1 – Assumptions regarding the behavior of a random process that generate events following the Poisson probability distribution function. An expression describing the random processes in Table 1 results from the Poisson Theorem which states that the probability of an event A occurring k times in n trials is approximately, n (n − 1)L (n − k + 1) k n −k pq , 1 ⋅ 2L k (1.5) where p = P { A} is the probability of an event A occurring in a single trial and q = 1 − p . This approximation is valid when n → ∞, p → 0 and the product n ⋅ p remains finite. It should be noted that a large number of different trials of independent systems is needed for this condition to hold, rather than a large number of repeated trials on the same system. This is an environment likely to be encountered in a project management situation. The Poisson Theorem can be simplified to the following approximation for the probability of an event occurring k times in n trials, Copyright © 2004, Niwot Ridge Consulting Niwot, Colorado 80503 3/6
  • 4. Comments on “Managing Projects Involving External Threats” k ⎛ n ⎞ k n −k (np ) ⎛ np ⎞ n! 1− ⎜ k ⎟ p q = (n − k ) ! k ! n k ⎜ n ⎟ ⎝ ⎠ ⎝ ⎠ = ( 2π ) e −n n n + 1 n −k + 2 ( 2π )(n − k ) n −k 1 2 e − n +k n k , k (np ) k! e −np , 1 np k = n ⎛ k ⎞ k k ! ⎜ 1 − ⎟ e ⎝ n ! ⎠ np k − np ≈ e . k! (1.6) The exponential and Poisson expressions are directly related. A detailed understanding of this relationship will aid in the development of the analysis that follows. Using the Poisson assumptions described in Table 1, the probability of n events prior to time t is, P {N = n T ≤ t } = Pt (n ) . (1.7) From of Eq. (1.7), the probability that no events occur (n = 0 ) between time t and time t + Δt is, Pt +Δt ( 0 ) = Pt ( 0 ) [1 − λΔt ], (1.8) where the term λ = n p describing the total number of events is of moderate magnitude. The probability that n events occur between time t and time t + Δt is then, Pt +Δt ( n ) = Pt ( n ) [1 − λΔt ] + Pt ( n − 1) [λΔt ] , n > 0 . (1.9) Using Eq. (1.9) and Eq. (1.8) and allowing Δt → 0 , a differential equation can be constructed describing the rate at which events occur between time t and time t + Δt , d Pt ( 0 ) = −λPt ( 0 ) , dt d Pt ( n ) = λ ⎡ Pt (n − 1) − Pt (n )⎤ , for n > 0, ⎣ ⎦ dt (1.10) with the initial conditions of, Copyright © 2004, Niwot Ridge Consulting Niwot, Colorado 80503 4/6
  • 5. Comments on “Managing Projects Involving External Threats” (1.11) Pt (n ) = 0. The unique solution to the differential equation in Eq. (1.10) is, Pt ( n ) = ( λt )n e −λt n! , n = 0, 1, 2,K (1.12) which is the Poisson distribution defined in Eq. (1.6). Using Eq. (1.12) to define a function F (t ) representing the probability that no events have occurred as of time t gives, F ( t ) = Pt {n = 0} = e −λt . (1.13) The expression in Eq. (1.13) is also the definition for the Cumulative Distribution Function, CDF, of the Poisson event process. By using Eq. (1.13), the probability distribution function, pdf, of the Poisson process can be given as, f ( t ) = λe −λt , (1.14) which is the exponential probability distribution. [2] The following statement describes the relationship between the Poisson and exponential expressions, If the number of events occurring over an interval of time is Poisson distributed, then the time between events is exponentially distributed. An alternative method of relating the exponential and Poisson expressions is useful at this point. The functions defined in Eq. (1.1) and Eq. (1.2) are based on the interchangeability of the pdf and the CDF for any defined probability distribution. The Cumulative Distribution Function F ( x ) of a random variable X is defined as a function obeying the following relationship, F ( x ) = P { X ≤ x}, − ∞ < x < ∞. 2 (1.15) This development of the pdf is very informal. Making use of the forward reference to construct an expression is circular logic and would not be permitted in more formal circumstances. For the purposes of this paper, this type of behavior can be tolerated, since the purpose of this development is to get to the results rather than dwell on the analysis process. This is a fundamental difference between mathematics and engineering. Copyright © 2004, Niwot Ridge Consulting Niwot, Colorado 80503 5/6
  • 6. Comments on “Managing Projects Involving External Threats” The probability density function f ( x ) of a random variable X can be derived from the CDF using the following, f ( x) = d F ( x ). dx (1.16) The CDF can be obtained from the pdf by the following, x F ( x ) = P { X ≤ x} = ∫ f (t )dt , − ∞ < x < ∞. −∞ (1.17) Using Eq. (1.16) and Eq. (1.17), the CDF and pdf expressions for an exponential distribution can be developed. If the mean time between events is an Exponentially distributed random variable, the CDF is, ⎧1 − e −λt , 0 ≤ t ≤ ∞, F (t ) = ⎨ , otherwise, ⎩0 (1.18) The number of events in the time interval [0, t ] is a Poisson distributed random variable with a probability density function of, f (t ) = ⎧λe −λ , t > 0, d F (t ) = ⎨ dt ⎩0, otherwise, (1.19) where t is a random variable denoting the time between events. Conclusion The original equation provided in the paper can be replaced with another that better describes the real world experiences of external events occurring that negatively impact the outcome of a project. The probability of occurrence of such an event is not related to the simple linear passage of time, but rather to the parameters of the exponential distribution shown in Eq. (1.18). The simple phrase “the longer you wait the more likely something bad will happen,” now has mathematical meaning. Glen B. Alleman Niwot Colorado January 2004 Copyright © 2004, Niwot Ridge Consulting Niwot, Colorado 80503 6/6