The beta-PERT Distribution
The beta-PERT Distribution
The beta-PERT distribution (from here on, I’ll refer to it as just the PERT
distribution) is a useful tool for modeling expert data. When used in a
Monte Carlo simulation, the PERT distribution can be used to identify risks
in project and cost models based on the likelihood of meeting targets and
goals across any number of project components.
As with any probability distribution, the usefulness of the PERT
distribution is limited by the quality of the inputs: the better your expert
estimates, the better results you can derive from a simulation.
This article describes the PERT distribution, how to use it, and its use
within a Monte Carlo simulation. An additional discussion at the end
describes the mathematical basis for the distribution, but an understanding
of the math is not required to use the PERT distribution in your models.
The simple case of the PERT distribution takes a minimum, maximum, and
most likely value. The RiskAMP function PERTValue uses these inputs to
generate a random sample from the distribution:
But use of the scale parameter is optional. If omitted, the default scale value
is 4, which produces a curve that reasonably approximates the normal
distribution.
A second function, PERTValue.P, uses the same distribution but takes as
parameters the 10th and 90th percentile values. You would ordinarily use
this function if your estimates exclude the tail (or most unlikely)
probabilities.
The sample spreadsheets that are installed with the RiskAMP Add-in
include a project/task model using the PERT distribution. That model
demonstrates how to use the PERTValue function and how to display and
chart probabilities based on a PERT distribution.
The Mathematical Model
The PERT distribution is a special case of the beta distribution that takes
three parameters: a minimum, maximum, and most likely (mode). Unlike
the triangular distribution, the PERT distribution uses these parameters to
create a smooth curve that fits well to the normal or lognormal distributions.
The beta distribution is characterized by the density function
which are used, with the minimum and maximum scale parameters, to
sample the beta distribution.