Quantitative risk analysis requires precise data to model potential outcomes accurately. Gathering and representing this data is a critical step in the process. This section delves into the techniques used for data gathering and representation in risk analysis.

  1. Techniques for Data Gathering:
    • Interviewing:
      • Engaging experts or those with experience in similar projects can provide valuable insights into the probability and impact of risks.
      • Interviews can help understand the rationale behind risk ranges, assumptions made, and potential effects of risks.
    • Historical Data:
      • Past projects can offer insights into the likelihood and impact of risks.
      • Historical data can provide a baseline for estimating potential outcomes.
  1. Three-Point Estimates: Using optimistic (low), pessimistic (high), and most likely estimates helps create a range for potential outcomes. For instance:
WBS element Low Most likely High
Design

$4M

$6M $10M
Build $16M $20M $35M
Test $11M $15M $23M
Total $31M $41M $68M
  1. Probability Distributions:
    • Continuous vs. Discrete:
      • Continuous distributions predict outcomes for continuous variables, like duration or cost.
      • Discrete distributions predict outcomes for discrete events, like test results or decision branches.
    • Commonly Used Distributions:
      • Beta Distribution: Often used for events constrained within a minimum and maximum. It’s helpful in modeling time and cost estimates in project management.
      • Triangular Distribution: Similar to the beta distribution but shaped like a triangle. It’s defined by three points: the minimum, most likely, and maximum values.
      • Others: Uniform, normal, and log-normal distributions can also be used depending on the nature of the risk and available data.
  1. Calculating Mean and Standard Deviation: For beta distribution, the mean and standard deviation can be calculated using:
    • Mean = (a+4b+c​)/6
    • Standard Deviation = (ca​)/6

Where:

    • a = Best value (optimistic estimate)
    • b = Most likely estimate
    • c = Worst-case or pessimistic estimate

Conclusion

Data gathering and representation are foundational in quantitative risk analysis. Using accurate data and appropriate probability distributions ensures the analysis is robust, providing project managers with the insights they need to make informed decisions.