- What's the difference between PERT and Gantt charts?
- Gantt charts show tasks on a timeline with fixed durations. PERT charts show task dependencies as a network and model duration uncertainty using three-point estimates. They serve different audiences: Gantt for progress tracking, PERT for schedule risk analysis.
- How is the critical path determined?
- Forward pass: earliest start/finish for each task. Backward pass: latest start/finish to meet the project deadline. Tasks with zero float (ES=LS, EF=LF) are on the critical path.
- Does it calculate schedule probability?
- Yes — using the PERT formula for expected duration and variance, it calculates the probability of completing the project by a specified date using the normal distribution of the critical path's summed variance.