#-------------------------------------------------------Follow the instructions to simulate results----------------------------------------

1. First, run .ipynb file "experiment_all.ipynb" to get stopping time statistics of Epsilon-Greeedy change detector plus($\epsilon$-GCD+),Epsilon-Greeedy change detector($\epsilon$-GCD), URS change detector, and Oracle change detector. "experiment_all.ipynb" implements all three algorithms with same post-change parameter (unknown to the algorithm/change detector). 

2.After successfully running the aforementioned .ipynb file, run "graph.ipynb" to generate histogram of stopping time, mean and standard deviation of detection delay of Epsilon-Greedy, URS, and Oracle change detectors for fixed changepoint and graph size. 
