Skip to content
/ PERT Public

An experiment to predict the probability of a graph of tasks completing on-time.

Notifications You must be signed in to change notification settings

ilemhadri/PERT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This notebook implements several approaches to importance sampling for the PERT Problem.
We are given a graph that represents dependencies between tasks. The goal is to assess the probability that the completion time of the final task exceeds a given threshold. The framework is known as Program Evaluation and Review Technique or PERT.

The reference here is Art's notes on importance sampling. https://statweb.stanford.edu/~owen/mc/Ch-var-is.pdf I recommend thoroughly reading these notes before attempting the notebook.

About

An experiment to predict the probability of a graph of tasks completing on-time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published