├── README ├── constants.py ├── data ├── param_explore_2012810182429.pkl └── param_explore_2012812182251.pkl ├── doc ├── abstract.tex ├── algorithm.sty ├── algorithmic.sty ├── biblio.tex ├── chap1.tex ├── chap2.tex ├── chap3.tex ├── chap4.tex ├── chap5.tex ├── chap6.tex ├── contents.tex ├── cover.tex ├── latentsources.ps ├── lgrind.sty ├── main.bib ├── main.pdf ├── main.tex ├── mindist.ps ├── mitthesis.cls ├── propcover.tex ├── signature.tex └── wids │ ├── best-eps-converted-to.pdf │ ├── best.eps │ ├── earlylate.eps │ ├── earlylateh.eps │ ├── example-eps-converted-to.pdf │ ├── example.eps │ ├── latent_source_color.pdf │ ├── latent_source_color.ps │ ├── roc_env-eps-converted-to.pdf │ ├── roc_env.eps │ ├── trend.aux │ ├── trend.bbl │ ├── trend.bib │ ├── trend.blg │ ├── trend.log │ ├── trend.tex │ └── trend.tex~ ├── fig ├── .DS_Store ├── cmpr_window │ ├── .DS_Store │ ├── gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=10,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=10,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=10,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=10,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=10,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ └── gamma=10,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png ├── delta_fpr_tpr_gamma.png ├── delta_fpr_tpr_req_consec_detections.png ├── detection_window_hrs │ ├── gamma=0.1,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=150,threshold=1,w_smooth=150,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=150,threshold=1,w_smooth=150,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=150,threshold=3,w_smooth=150,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=150,threshold=3,w_smooth=150,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=150,threshold=1,w_smooth=150,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=150,threshold=1,w_smooth=150,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=150,threshold=3,w_smooth=150,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=150,threshold=3,w_smooth=150,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=150,threshold=1,w_smooth=150,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=150,threshold=1,w_smooth=150,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=150,threshold=3,w_smooth=150,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=150,threshold=3,w_smooth=150,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=1.png │ └── gamma=10,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=3.png ├── earthquake_pos_w_600_t_0_60_21200s.png ├── final │ ├── .DS_Store │ ├── bottom_fpr │ │ ├── cmpr_window.eps │ │ ├── detection_window_hrs.eps │ │ ├── gamma.eps │ │ ├── req_consec_detections.eps │ │ ├── threshold.eps │ │ └── w_smooth.eps │ ├── bottom_tpr │ │ ├── cmpr_window.eps │ │ ├── detection_window_hrs.eps │ │ ├── gamma.eps │ │ ├── req_consec_detections.eps │ │ ├── threshold.eps │ │ └── w_smooth.eps │ ├── delta_hist │ │ ├── cmpr_window.eps │ │ ├── detection_window_hrs.eps │ │ ├── gamma.eps │ │ ├── req_consec_detections.eps │ │ ├── threshold.eps │ │ └── w_smooth.eps │ ├── delta_hist_sec │ │ ├── .DS_Store │ │ ├── cmpr_window │ │ │ ├── detection_window_hrs.eps │ │ │ ├── gamma.eps │ │ │ ├── req_consec_detections.eps │ │ │ ├── threshold.eps │ │ │ └── w_smooth.eps │ │ ├── detection_window_hrs │ │ │ ├── cmpr_window.eps │ │ │ ├── gamma.eps │ │ │ ├── req_consec_detections.eps │ │ │ ├── threshold.eps │ │ │ └── w_smooth.eps │ │ ├── gamma │ │ │ ├── cmpr_window.eps │ │ │ ├── detection_window_hrs.eps │ │ │ ├── req_consec_detections.eps │ │ │ ├── threshold.eps │ │ │ └── w_smooth.eps │ │ ├── req_consec_detections │ │ │ ├── cmpr_window.eps │ │ │ ├── detection_window_hrs.eps │ │ │ ├── gamma.eps │ │ │ ├── threshold.eps │ │ │ └── w_smooth.eps │ │ ├── threshold │ │ │ ├── cmpr_window.eps │ │ │ ├── detection_window_hrs.eps │ │ │ ├── gamma.eps │ │ │ ├── req_consec_detections.eps │ │ │ └── w_smooth.eps │ │ └── w_smooth │ │ │ ├── cmpr_window.eps │ │ │ ├── detection_window_hrs.eps │ │ │ ├── gamma.eps │ │ │ ├── req_consec_detections.eps │ │ │ └── threshold.eps │ ├── delta_table │ │ ├── all_allowed.txt │ │ ├── means_all.txt │ │ ├── means_cmpr_window_10.txt │ │ ├── means_cmpr_window_80.txt │ │ ├── means_cmpr_window_80.txt~ │ │ ├── means_threshold_1.txt │ │ └── threshold_1.txt │ ├── detection_examples │ │ ├── .DS_Store │ │ ├── 2_1_a_grecia.eps │ │ ├── barclays.eps │ │ ├── brandon_bass.eps │ │ ├── canada_day.eps │ │ ├── danny_welbeck.eps │ │ ├── early │ │ │ ├── estela_raval.eps │ │ │ ├── miss_rhode_island.eps │ │ │ ├── peter_hitchens.eps │ │ │ ├── red_fisher.eps │ │ │ ├── stanleycup.eps │ │ │ └── swahn_johnson.eps │ │ ├── ed_miliband.eps │ │ ├── estela_raval.eps │ │ ├── estela_raval.png │ │ ├── fp │ │ │ ├── autocowrecks.eps │ │ │ ├── awasi.eps │ │ │ ├── dopee.eps │ │ │ ├── dragonfly.eps │ │ │ ├── edmond.eps │ │ │ ├── furlong.eps │ │ │ ├── gregor.eps │ │ │ ├── nws.eps │ │ │ ├── pcworld.eps │ │ │ ├── redsn0w.eps │ │ │ ├── rezound.eps │ │ │ └── seguinos.eps │ │ ├── how_to_change_your_linkedin_password.eps │ │ ├── late │ │ │ ├── django_unchained.eps │ │ │ ├── family_feud.eps │ │ │ ├── justo_orozco.eps │ │ │ └── queens_concert.eps │ │ ├── miss_usa.eps │ │ ├── news_ltd.eps │ │ ├── queensconcert.eps │ │ ├── red_fisher.eps │ │ ├── scuderi.eps │ │ ├── sebastian_vettel.eps │ │ ├── stanleycup.eps │ │ ├── tn │ │ │ ├── attendees.eps │ │ │ ├── ludacris.eps │ │ │ ├── sanctuary.eps │ │ │ ├── tweetin.eps │ │ │ ├── welfare.eps │ │ │ └── whooo.eps │ │ └── ufc147.eps │ ├── early_vs_roc.eps │ ├── position │ │ ├── all_allowed │ │ │ ├── cmpr_window │ │ │ │ ├── detection_window_hrs.eps │ │ │ │ ├── gamma.eps │ │ │ │ ├── req_consec_detections.eps │ │ │ │ ├── threshold.eps │ │ │ │ └── w_smooth.eps │ │ │ ├── detection_window_hrs │ │ │ │ ├── cmpr_window.eps │ │ │ │ ├── gamma.eps │ │ │ │ ├── req_consec_detections.eps │ │ │ │ ├── threshold.eps │ │ │ │ └── w_smooth.eps │ │ │ ├── gamma │ │ │ │ ├── cmpr_window.eps │ │ │ │ ├── detection_window_hrs.eps │ │ │ │ ├── req_consec_detections.eps │ │ │ │ ├── threshold.eps │ │ │ │ └── w_smooth.eps │ │ │ ├── req_consec_detections │ │ │ │ ├── cmpr_window.eps │ │ │ │ ├── detection_window_hrs.eps │ │ │ │ ├── gamma.eps │ │ │ │ ├── threshold.eps │ │ │ │ └── w_smooth.eps │ │ │ ├── table.txt │ │ │ ├── threshold │ │ │ │ ├── cmpr_window.eps │ │ │ │ ├── detection_window_hrs.eps │ │ │ │ ├── gamma.eps │ │ │ │ ├── req_consec_detections.eps │ │ │ │ └── w_smooth.eps │ │ │ └── w_smooth │ │ │ │ ├── cmpr_window.eps │ │ │ │ ├── detection_window_hrs.eps │ │ │ │ ├── gamma.eps │ │ │ │ ├── req_consec_detections.eps │ │ │ │ └── threshold.eps │ │ └── threshold_3 │ │ │ ├── cmpr_window │ │ │ ├── detection_window_hrs.eps │ │ │ ├── gamma.eps │ │ │ ├── req_consec_detections.eps │ │ │ ├── threshold.eps │ │ │ └── w_smooth.eps │ │ │ ├── detection_window_hrs │ │ │ ├── cmpr_window.eps │ │ │ ├── gamma.eps │ │ │ ├── req_consec_detections.eps │ │ │ ├── threshold.eps │ │ │ └── w_smooth.eps │ │ │ ├── gamma │ │ │ ├── cmpr_window.eps │ │ │ ├── detection_window_hrs.eps │ │ │ ├── req_consec_detections.eps │ │ │ ├── threshold.eps │ │ │ └── w_smooth.eps │ │ │ ├── req_consec_detections │ │ │ ├── cmpr_window.eps │ │ │ ├── detection_window_hrs.eps │ │ │ ├── gamma.eps │ │ │ ├── threshold.eps │ │ │ └── w_smooth.eps │ │ │ ├── table.txt │ │ │ ├── threshold │ │ │ ├── cmpr_window.eps │ │ │ ├── detection_window_hrs.eps │ │ │ ├── gamma.eps │ │ │ ├── req_consec_detections.eps │ │ │ └── w_smooth.eps │ │ │ └── w_smooth │ │ │ ├── cmpr_window.eps │ │ │ ├── detection_window_hrs.eps │ │ │ ├── gamma.eps │ │ │ ├── req_consec_detections.eps │ │ │ └── threshold.eps │ ├── roc_env │ │ ├── Nsmooth.eps │ │ ├── dreq.eps │ │ ├── gamma.eps │ │ ├── href.eps │ │ ├── nobs.eps │ │ └── theta.eps │ ├── scatter_env │ │ ├── cmpr_window.eps │ │ ├── detection_window_hrs.eps │ │ ├── gamma.eps │ │ ├── req_consec_detections.eps │ │ ├── threshold.eps │ │ └── w_smooth.eps │ ├── signal_transform │ │ ├── log.eps │ │ ├── log_baseline.eps │ │ ├── log_baseline.png │ │ ├── log_baseline_spikes.eps │ │ ├── no_log.eps │ │ ├── rate.eps │ │ ├── rate2.eps │ │ ├── smooth_1.eps │ │ ├── smooth_10.eps │ │ ├── smooth_100.eps │ │ └── yes_log.eps │ ├── top_fpr │ │ ├── cmpr_window.eps │ │ ├── detection_window_hrs.eps │ │ ├── gamma.eps │ │ ├── req_consec_detections.eps │ │ ├── threshold.eps │ │ ├── threshold.png │ │ └── w_smooth.eps │ ├── top_tpr │ │ ├── cmpr_window.eps │ │ ├── detection_window_hrs.eps │ │ ├── gamma.eps │ │ ├── req_consec_detections.eps │ │ ├── threshold.eps │ │ └── w_smooth.eps │ ├── tweet.pdf │ ├── tweet.png │ ├── tweet.ps │ └── twitter_killer │ │ ├── ex1.eps │ │ ├── ex2.eps │ │ └── ex3.eps ├── gamma │ ├── cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ ├── cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=150,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=150,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=150,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=150,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=150,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=150,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=150,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=150,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=150,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=150,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=150,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=150,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ └── cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png ├── kony_neg_w_600_t_0_1s_30h.png ├── kony_pos_w_600_t_0_120s_25h.png ├── kony_tree_neg_w_600_t_0_1s_30h.png ├── kony_tree_pos_w_600_t_0_120s_25h.png ├── req_consec_detections │ ├── gamma=0.1,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=5.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=7.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=5.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=7.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=5.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=7.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=5.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=7.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=5.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=7.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=5.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=7.png │ ├── gamma=0.1,cmpr_window=150,threshold=1,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=150,threshold=1,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=150,threshold=1,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=150,threshold=3,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=150,threshold=3,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=150,threshold=3,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=5.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=7.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=5.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=7.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=5.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=7.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=5.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=7.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=5.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=7.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=5.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=7.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=5.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=7.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=5.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=7.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=5.png │ ├── gamma=1,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=7.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=5.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=7.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=5.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=7.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=5.png │ ├── gamma=1,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=7.png │ ├── gamma=1,cmpr_window=150,threshold=1,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=150,threshold=1,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=150,threshold=1,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=150,threshold=3,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=150,threshold=3,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=150,threshold=3,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=5.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=7.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=5.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=7.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=5.png │ ├── gamma=1,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=7.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=5.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=7.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=5.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=7.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=5.png │ ├── gamma=1,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=7.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=5.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=7.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=5.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=7.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=5.png │ ├── gamma=10,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=7.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=5.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=7.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=5.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=7.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=5.png │ ├── gamma=10,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=7.png │ ├── gamma=10,cmpr_window=150,threshold=1,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=150,threshold=1,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=150,threshold=1,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=150,threshold=3,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=150,threshold=3,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=150,threshold=3,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=5.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=7.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=5.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=7.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=5.png │ ├── gamma=10,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=7.png │ ├── gamma=10,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=5.png │ ├── gamma=10,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=7.png │ ├── gamma=10,cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=5.png │ ├── gamma=10,cmpr_window=80,threshold=3,w_smooth=150,detection_window_hrs=7.png │ ├── gamma=10,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=3.png │ ├── gamma=10,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=5.png │ └── gamma=10,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=7.png ├── roc_env_cmpr_window.eps ├── roc_env_detection_window_hrs.eps ├── roc_env_gamma.eps ├── roc_env_hard.png ├── roc_env_req_consec_detections.eps ├── roc_env_soft.png ├── roc_env_threshold.eps ├── roc_env_w_smooth.eps ├── roc_envelope.eps ├── rumor_neg_0_10_2400s.png ├── rumor_neg_0_120_6000s.png ├── rumor_neg_steve_w_600_t_0_1_1200s.png ├── rumor_neg_steve_w_600_t_0_60_10000s.png ├── rumor_neg_w_60_t_0_10_2400s.png ├── rumor_pos_0_10_2400s.png ├── rumor_pos_0_120_6000s.png ├── rumor_pos_0_120_8000s.png ├── rumor_pos_steve_w_600_t_0_1_1200s.png ├── rumor_pos_steve_w_600_t_0_60_14000s.png ├── rumor_pos_w_600_t_0_10000_410000i.png ├── rumor_pos_w_600_t_0_120_7320s.png ├── rumor_pos_w_60_t_0_10_2400s.png ├── rumor_steve_earlier_neg_w_600_t_0_10_18000s.png ├── rumor_steve_earlier_neg_w_600_t_0_1_1800s.png ├── rumor_steve_earlier_pos_w_600_t_0_10_18000s.png ├── rumor_steve_earlier_pos_w_600_t_0_1_1800s.png ├── rumor_whitney_neg_w_600_t_0_100_22000s.png ├── rumor_whitney_neg_w_600_t_0_10_18000s.png ├── rumor_whitney_neg_w_600_t_0_10_22000s.png ├── rumor_whitney_neg_w_600_t_0_1_1800s.png ├── rumor_whitney_neg_w_600_t_0_60_172800s.png ├── rumor_whitney_pos_w_600_t_0_100_22000s.png ├── rumor_whitney_pos_w_600_t_0_10_18000s.png ├── rumor_whitney_pos_w_600_t_0_10_22000s.png ├── rumor_whitney_pos_w_600_t_0_1_1800s.png ├── threshold │ ├── gamma=0.1,cmpr_window=10,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=150,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=150,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=150,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=150,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=150,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=150,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=150,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=150,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=150,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=150,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=150,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=150,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=150,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=150,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=150,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=150,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=150,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=150,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png │ └── gamma=10,cmpr_window=80,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png ├── viral_traces_preceding_onset.png ├── viral_traces_preceding_onset_unnorm.png ├── w_smooth │ ├── gamma=0.1,cmpr_window=10,threshold=1,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=150,threshold=1,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=150,threshold=1,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=150,threshold=3,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=150,threshold=3,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=0.1,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=150,threshold=1,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=150,threshold=1,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=150,threshold=3,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=150,threshold=3,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=150,threshold=1,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=150,threshold=1,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=150,threshold=3,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=150,threshold=3,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=1.png │ ├── gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=3.png │ ├── gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=1.png │ └── gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=3.png ├── whitney_0025sample1_w_1day_t_0_1000_80000i.png ├── whitney_0025sample1_w_1day_t_0_10_9300s.png ├── whitney_0025sample2_w_1day_t_0_1000_80000i.png ├── whitney_neg_w_600_t_0_10_48h.png ├── whitney_neg_w_600_t_0_1_128000s.png ├── whitney_pos_w_600_t_0_120_3600s.png ├── whitney_pos_w_600_t_0_1_6h.png ├── whitneydeath_neg_w_600_t_0_1s_48h.png ├── whitneydeath_pos_w_600_t_0_1s_6h.png └── whitneydeath_tree_pos_w_600_0_1s_21000s.png ├── param_explore.py ├── params.py ├── parsing.py ├── processing.py ├── roc.py ├── rumor.py ├── rumor_viz.py ├── scripts └── topic_rates.py ├── test_detection.py ├── timeseries.py └── util.py /README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/constants.py -------------------------------------------------------------------------------- /data/param_explore_2012810182429.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/data/param_explore_2012810182429.pkl -------------------------------------------------------------------------------- /data/param_explore_2012812182251.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/data/param_explore_2012812182251.pkl -------------------------------------------------------------------------------- /doc/abstract.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/abstract.tex -------------------------------------------------------------------------------- /doc/algorithm.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/algorithm.sty -------------------------------------------------------------------------------- /doc/algorithmic.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/algorithmic.sty -------------------------------------------------------------------------------- /doc/biblio.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/biblio.tex -------------------------------------------------------------------------------- /doc/chap1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/chap1.tex -------------------------------------------------------------------------------- /doc/chap2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/chap2.tex -------------------------------------------------------------------------------- /doc/chap3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/chap3.tex -------------------------------------------------------------------------------- /doc/chap4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/chap4.tex -------------------------------------------------------------------------------- /doc/chap5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/chap5.tex -------------------------------------------------------------------------------- /doc/chap6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/chap6.tex -------------------------------------------------------------------------------- /doc/contents.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/contents.tex -------------------------------------------------------------------------------- /doc/cover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/cover.tex -------------------------------------------------------------------------------- /doc/latentsources.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/latentsources.ps -------------------------------------------------------------------------------- /doc/lgrind.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/lgrind.sty -------------------------------------------------------------------------------- /doc/main.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/main.bib -------------------------------------------------------------------------------- /doc/main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/main.pdf -------------------------------------------------------------------------------- /doc/main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/main.tex -------------------------------------------------------------------------------- /doc/mindist.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/mindist.ps -------------------------------------------------------------------------------- /doc/mitthesis.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/mitthesis.cls -------------------------------------------------------------------------------- /doc/propcover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/propcover.tex -------------------------------------------------------------------------------- /doc/signature.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/signature.tex -------------------------------------------------------------------------------- /doc/wids/best-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/best-eps-converted-to.pdf -------------------------------------------------------------------------------- /doc/wids/best.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/best.eps -------------------------------------------------------------------------------- /doc/wids/earlylate.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/earlylate.eps -------------------------------------------------------------------------------- /doc/wids/earlylateh.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/earlylateh.eps -------------------------------------------------------------------------------- /doc/wids/example-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/example-eps-converted-to.pdf -------------------------------------------------------------------------------- /doc/wids/example.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/example.eps -------------------------------------------------------------------------------- /doc/wids/latent_source_color.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/latent_source_color.pdf -------------------------------------------------------------------------------- /doc/wids/latent_source_color.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/latent_source_color.ps -------------------------------------------------------------------------------- /doc/wids/roc_env-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/roc_env-eps-converted-to.pdf -------------------------------------------------------------------------------- /doc/wids/roc_env.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/roc_env.eps -------------------------------------------------------------------------------- /doc/wids/trend.aux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/trend.aux -------------------------------------------------------------------------------- /doc/wids/trend.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/trend.bbl -------------------------------------------------------------------------------- /doc/wids/trend.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/trend.bib -------------------------------------------------------------------------------- /doc/wids/trend.blg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/trend.blg -------------------------------------------------------------------------------- /doc/wids/trend.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/trend.log -------------------------------------------------------------------------------- /doc/wids/trend.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/trend.tex -------------------------------------------------------------------------------- /doc/wids/trend.tex~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/doc/wids/trend.tex~ -------------------------------------------------------------------------------- /fig/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/.DS_Store -------------------------------------------------------------------------------- /fig/cmpr_window/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/.DS_Store -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=0.1,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=1,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=1,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/cmpr_window/gamma=10,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/cmpr_window/gamma=10,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/delta_fpr_tpr_gamma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/delta_fpr_tpr_gamma.png -------------------------------------------------------------------------------- /fig/delta_fpr_tpr_req_consec_detections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/delta_fpr_tpr_req_consec_detections.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=0.1,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=1,w_smooth=150,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=1,w_smooth=150,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=1,w_smooth=150,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=1,w_smooth=150,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=3,w_smooth=150,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=3,w_smooth=150,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=3,w_smooth=150,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=3,w_smooth=150,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=1,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=1,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=1,w_smooth=150,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=1,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=3,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=3,w_smooth=150,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=10,threshold=3,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=1,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=1,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=3,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=150,threshold=3,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=1,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=1,w_smooth=150,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=1,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=3,w_smooth=10,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=3,w_smooth=150,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/detection_window_hrs/gamma=10,cmpr_window=80,threshold=3,w_smooth=80,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/earthquake_pos_w_600_t_0_60_21200s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/earthquake_pos_w_600_t_0_60_21200s.png -------------------------------------------------------------------------------- /fig/final/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/.DS_Store -------------------------------------------------------------------------------- /fig/final/bottom_fpr/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/bottom_fpr/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/bottom_fpr/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/bottom_fpr/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/bottom_fpr/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/bottom_fpr/gamma.eps -------------------------------------------------------------------------------- /fig/final/bottom_fpr/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/bottom_fpr/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/bottom_fpr/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/bottom_fpr/threshold.eps -------------------------------------------------------------------------------- /fig/final/bottom_fpr/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/bottom_fpr/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/bottom_tpr/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/bottom_tpr/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/bottom_tpr/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/bottom_tpr/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/bottom_tpr/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/bottom_tpr/gamma.eps -------------------------------------------------------------------------------- /fig/final/bottom_tpr/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/bottom_tpr/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/bottom_tpr/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/bottom_tpr/threshold.eps -------------------------------------------------------------------------------- /fig/final/bottom_tpr/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/bottom_tpr/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/delta_hist/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/delta_hist/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/delta_hist/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist/gamma.eps -------------------------------------------------------------------------------- /fig/final/delta_hist/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/delta_hist/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist/threshold.eps -------------------------------------------------------------------------------- /fig/final/delta_hist/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/.DS_Store -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/cmpr_window/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/cmpr_window/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/cmpr_window/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/cmpr_window/gamma.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/cmpr_window/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/cmpr_window/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/cmpr_window/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/cmpr_window/threshold.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/cmpr_window/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/cmpr_window/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/detection_window_hrs/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/detection_window_hrs/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/detection_window_hrs/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/detection_window_hrs/gamma.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/detection_window_hrs/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/detection_window_hrs/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/detection_window_hrs/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/detection_window_hrs/threshold.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/detection_window_hrs/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/detection_window_hrs/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/gamma/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/gamma/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/gamma/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/gamma/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/gamma/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/gamma/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/gamma/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/gamma/threshold.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/gamma/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/gamma/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/req_consec_detections/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/req_consec_detections/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/req_consec_detections/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/req_consec_detections/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/req_consec_detections/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/req_consec_detections/gamma.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/req_consec_detections/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/req_consec_detections/threshold.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/req_consec_detections/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/req_consec_detections/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/threshold/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/threshold/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/threshold/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/threshold/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/threshold/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/threshold/gamma.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/threshold/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/threshold/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/threshold/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/threshold/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/w_smooth/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/w_smooth/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/w_smooth/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/w_smooth/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/w_smooth/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/w_smooth/gamma.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/w_smooth/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/w_smooth/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/delta_hist_sec/w_smooth/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_hist_sec/w_smooth/threshold.eps -------------------------------------------------------------------------------- /fig/final/delta_table/all_allowed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_table/all_allowed.txt -------------------------------------------------------------------------------- /fig/final/delta_table/means_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_table/means_all.txt -------------------------------------------------------------------------------- /fig/final/delta_table/means_cmpr_window_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_table/means_cmpr_window_10.txt -------------------------------------------------------------------------------- /fig/final/delta_table/means_cmpr_window_80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_table/means_cmpr_window_80.txt -------------------------------------------------------------------------------- /fig/final/delta_table/means_cmpr_window_80.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_table/means_cmpr_window_80.txt~ -------------------------------------------------------------------------------- /fig/final/delta_table/means_threshold_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_table/means_threshold_1.txt -------------------------------------------------------------------------------- /fig/final/delta_table/threshold_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/delta_table/threshold_1.txt -------------------------------------------------------------------------------- /fig/final/detection_examples/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/.DS_Store -------------------------------------------------------------------------------- /fig/final/detection_examples/2_1_a_grecia.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/2_1_a_grecia.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/barclays.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/barclays.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/brandon_bass.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/brandon_bass.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/canada_day.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/canada_day.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/danny_welbeck.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/danny_welbeck.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/early/estela_raval.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/early/estela_raval.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/early/miss_rhode_island.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/early/miss_rhode_island.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/early/peter_hitchens.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/early/peter_hitchens.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/early/red_fisher.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/early/red_fisher.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/early/stanleycup.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/early/stanleycup.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/early/swahn_johnson.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/early/swahn_johnson.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/ed_miliband.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/ed_miliband.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/estela_raval.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/estela_raval.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/estela_raval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/estela_raval.png -------------------------------------------------------------------------------- /fig/final/detection_examples/fp/autocowrecks.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/fp/autocowrecks.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/fp/awasi.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/fp/awasi.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/fp/dopee.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/fp/dopee.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/fp/dragonfly.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/fp/dragonfly.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/fp/edmond.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/fp/edmond.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/fp/furlong.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/fp/furlong.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/fp/gregor.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/fp/gregor.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/fp/nws.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/fp/nws.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/fp/pcworld.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/fp/pcworld.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/fp/redsn0w.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/fp/redsn0w.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/fp/rezound.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/fp/rezound.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/fp/seguinos.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/fp/seguinos.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/how_to_change_your_linkedin_password.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/how_to_change_your_linkedin_password.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/late/django_unchained.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/late/django_unchained.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/late/family_feud.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/late/family_feud.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/late/justo_orozco.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/late/justo_orozco.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/late/queens_concert.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/late/queens_concert.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/miss_usa.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/miss_usa.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/news_ltd.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/news_ltd.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/queensconcert.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/queensconcert.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/red_fisher.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/red_fisher.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/scuderi.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/scuderi.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/sebastian_vettel.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/sebastian_vettel.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/stanleycup.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/stanleycup.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/tn/attendees.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/tn/attendees.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/tn/ludacris.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/tn/ludacris.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/tn/sanctuary.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/tn/sanctuary.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/tn/tweetin.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/tn/tweetin.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/tn/welfare.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/tn/welfare.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/tn/whooo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/tn/whooo.eps -------------------------------------------------------------------------------- /fig/final/detection_examples/ufc147.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/detection_examples/ufc147.eps -------------------------------------------------------------------------------- /fig/final/early_vs_roc.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/early_vs_roc.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/cmpr_window/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/cmpr_window/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/cmpr_window/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/cmpr_window/gamma.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/cmpr_window/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/cmpr_window/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/cmpr_window/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/cmpr_window/threshold.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/cmpr_window/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/cmpr_window/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/detection_window_hrs/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/detection_window_hrs/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/detection_window_hrs/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/detection_window_hrs/gamma.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/detection_window_hrs/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/detection_window_hrs/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/detection_window_hrs/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/detection_window_hrs/threshold.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/detection_window_hrs/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/detection_window_hrs/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/gamma/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/gamma/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/gamma/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/gamma/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/gamma/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/gamma/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/gamma/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/gamma/threshold.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/gamma/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/gamma/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/req_consec_detections/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/req_consec_detections/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/req_consec_detections/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/req_consec_detections/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/req_consec_detections/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/req_consec_detections/gamma.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/req_consec_detections/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/req_consec_detections/threshold.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/req_consec_detections/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/req_consec_detections/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/table.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/table.txt -------------------------------------------------------------------------------- /fig/final/position/all_allowed/threshold/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/threshold/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/threshold/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/threshold/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/threshold/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/threshold/gamma.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/threshold/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/threshold/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/threshold/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/threshold/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/w_smooth/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/w_smooth/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/w_smooth/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/w_smooth/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/w_smooth/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/w_smooth/gamma.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/w_smooth/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/w_smooth/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/position/all_allowed/w_smooth/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/all_allowed/w_smooth/threshold.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/cmpr_window/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/cmpr_window/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/cmpr_window/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/cmpr_window/gamma.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/cmpr_window/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/cmpr_window/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/cmpr_window/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/cmpr_window/threshold.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/cmpr_window/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/cmpr_window/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/detection_window_hrs/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/detection_window_hrs/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/detection_window_hrs/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/detection_window_hrs/gamma.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/detection_window_hrs/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/detection_window_hrs/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/detection_window_hrs/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/detection_window_hrs/threshold.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/detection_window_hrs/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/detection_window_hrs/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/gamma/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/gamma/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/gamma/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/gamma/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/gamma/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/gamma/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/gamma/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/gamma/threshold.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/gamma/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/gamma/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/req_consec_detections/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/req_consec_detections/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/req_consec_detections/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/req_consec_detections/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/req_consec_detections/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/req_consec_detections/gamma.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/req_consec_detections/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/req_consec_detections/threshold.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/req_consec_detections/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/req_consec_detections/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/table.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/table.txt -------------------------------------------------------------------------------- /fig/final/position/threshold_3/threshold/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/threshold/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/threshold/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/threshold/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/threshold/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/threshold/gamma.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/threshold/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/threshold/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/threshold/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/threshold/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/w_smooth/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/w_smooth/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/w_smooth/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/w_smooth/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/w_smooth/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/w_smooth/gamma.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/w_smooth/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/w_smooth/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/position/threshold_3/w_smooth/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/position/threshold_3/w_smooth/threshold.eps -------------------------------------------------------------------------------- /fig/final/roc_env/Nsmooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/roc_env/Nsmooth.eps -------------------------------------------------------------------------------- /fig/final/roc_env/dreq.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/roc_env/dreq.eps -------------------------------------------------------------------------------- /fig/final/roc_env/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/roc_env/gamma.eps -------------------------------------------------------------------------------- /fig/final/roc_env/href.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/roc_env/href.eps -------------------------------------------------------------------------------- /fig/final/roc_env/nobs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/roc_env/nobs.eps -------------------------------------------------------------------------------- /fig/final/roc_env/theta.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/roc_env/theta.eps -------------------------------------------------------------------------------- /fig/final/scatter_env/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/scatter_env/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/scatter_env/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/scatter_env/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/scatter_env/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/scatter_env/gamma.eps -------------------------------------------------------------------------------- /fig/final/scatter_env/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/scatter_env/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/scatter_env/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/scatter_env/threshold.eps -------------------------------------------------------------------------------- /fig/final/scatter_env/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/scatter_env/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/signal_transform/log.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/signal_transform/log.eps -------------------------------------------------------------------------------- /fig/final/signal_transform/log_baseline.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/signal_transform/log_baseline.eps -------------------------------------------------------------------------------- /fig/final/signal_transform/log_baseline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/signal_transform/log_baseline.png -------------------------------------------------------------------------------- /fig/final/signal_transform/log_baseline_spikes.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/signal_transform/log_baseline_spikes.eps -------------------------------------------------------------------------------- /fig/final/signal_transform/no_log.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/signal_transform/no_log.eps -------------------------------------------------------------------------------- /fig/final/signal_transform/rate.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/signal_transform/rate.eps -------------------------------------------------------------------------------- /fig/final/signal_transform/rate2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/signal_transform/rate2.eps -------------------------------------------------------------------------------- /fig/final/signal_transform/smooth_1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/signal_transform/smooth_1.eps -------------------------------------------------------------------------------- /fig/final/signal_transform/smooth_10.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/signal_transform/smooth_10.eps -------------------------------------------------------------------------------- /fig/final/signal_transform/smooth_100.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/signal_transform/smooth_100.eps -------------------------------------------------------------------------------- /fig/final/signal_transform/yes_log.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/signal_transform/yes_log.eps -------------------------------------------------------------------------------- /fig/final/top_fpr/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/top_fpr/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/top_fpr/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/top_fpr/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/top_fpr/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/top_fpr/gamma.eps -------------------------------------------------------------------------------- /fig/final/top_fpr/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/top_fpr/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/top_fpr/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/top_fpr/threshold.eps -------------------------------------------------------------------------------- /fig/final/top_fpr/threshold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/top_fpr/threshold.png -------------------------------------------------------------------------------- /fig/final/top_fpr/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/top_fpr/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/top_tpr/cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/top_tpr/cmpr_window.eps -------------------------------------------------------------------------------- /fig/final/top_tpr/detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/top_tpr/detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/final/top_tpr/gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/top_tpr/gamma.eps -------------------------------------------------------------------------------- /fig/final/top_tpr/req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/top_tpr/req_consec_detections.eps -------------------------------------------------------------------------------- /fig/final/top_tpr/threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/top_tpr/threshold.eps -------------------------------------------------------------------------------- /fig/final/top_tpr/w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/top_tpr/w_smooth.eps -------------------------------------------------------------------------------- /fig/final/tweet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/tweet.pdf -------------------------------------------------------------------------------- /fig/final/tweet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/tweet.png -------------------------------------------------------------------------------- /fig/final/tweet.ps: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fig/final/twitter_killer/ex1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/twitter_killer/ex1.eps -------------------------------------------------------------------------------- /fig/final/twitter_killer/ex2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/twitter_killer/ex2.eps -------------------------------------------------------------------------------- /fig/final/twitter_killer/ex3.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/final/twitter_killer/ex3.eps -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=150,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=150,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=150,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=150,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=150,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=150,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=150,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=150,threshold=1,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=150,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=150,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=150,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=150,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=150,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=150,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=150,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=150,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=150,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=150,threshold=3,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=150,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=150,threshold=3,w_smooth=150,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=150,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=150,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=150,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=150,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=150,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/gamma/cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/gamma/cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/kony_neg_w_600_t_0_1s_30h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/kony_neg_w_600_t_0_1s_30h.png -------------------------------------------------------------------------------- /fig/kony_pos_w_600_t_0_120s_25h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/kony_pos_w_600_t_0_120s_25h.png -------------------------------------------------------------------------------- /fig/kony_tree_neg_w_600_t_0_1s_30h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/kony_tree_neg_w_600_t_0_1s_30h.png -------------------------------------------------------------------------------- /fig/kony_tree_pos_w_600_t_0_120s_25h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/kony_tree_pos_w_600_t_0_120s_25h.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=3.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=5.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=1,w_smooth=10,detection_window_hrs=7.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=3.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=5.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=1,w_smooth=80,detection_window_hrs=7.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=3.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=5.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=3,w_smooth=10,detection_window_hrs=7.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=3.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=5.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=10,threshold=3,w_smooth=80,detection_window_hrs=7.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=3.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=5.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=1,w_smooth=10,detection_window_hrs=7.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=3.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=5.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=1,w_smooth=80,detection_window_hrs=7.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=3.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=5.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=3,w_smooth=10,detection_window_hrs=7.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=3.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=5.png -------------------------------------------------------------------------------- /fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/req_consec_detections/gamma=1,cmpr_window=80,threshold=3,w_smooth=80,detection_window_hrs=7.png -------------------------------------------------------------------------------- /fig/roc_env_cmpr_window.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/roc_env_cmpr_window.eps -------------------------------------------------------------------------------- /fig/roc_env_detection_window_hrs.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/roc_env_detection_window_hrs.eps -------------------------------------------------------------------------------- /fig/roc_env_gamma.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/roc_env_gamma.eps -------------------------------------------------------------------------------- /fig/roc_env_hard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/roc_env_hard.png -------------------------------------------------------------------------------- /fig/roc_env_req_consec_detections.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/roc_env_req_consec_detections.eps -------------------------------------------------------------------------------- /fig/roc_env_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/roc_env_soft.png -------------------------------------------------------------------------------- /fig/roc_env_threshold.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/roc_env_threshold.eps -------------------------------------------------------------------------------- /fig/roc_env_w_smooth.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/roc_env_w_smooth.eps -------------------------------------------------------------------------------- /fig/roc_envelope.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/roc_envelope.eps -------------------------------------------------------------------------------- /fig/rumor_neg_0_10_2400s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_neg_0_10_2400s.png -------------------------------------------------------------------------------- /fig/rumor_neg_0_120_6000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_neg_0_120_6000s.png -------------------------------------------------------------------------------- /fig/rumor_neg_steve_w_600_t_0_1_1200s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_neg_steve_w_600_t_0_1_1200s.png -------------------------------------------------------------------------------- /fig/rumor_neg_steve_w_600_t_0_60_10000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_neg_steve_w_600_t_0_60_10000s.png -------------------------------------------------------------------------------- /fig/rumor_neg_w_60_t_0_10_2400s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_neg_w_60_t_0_10_2400s.png -------------------------------------------------------------------------------- /fig/rumor_pos_0_10_2400s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_pos_0_10_2400s.png -------------------------------------------------------------------------------- /fig/rumor_pos_0_120_6000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_pos_0_120_6000s.png -------------------------------------------------------------------------------- /fig/rumor_pos_0_120_8000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_pos_0_120_8000s.png -------------------------------------------------------------------------------- /fig/rumor_pos_steve_w_600_t_0_1_1200s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_pos_steve_w_600_t_0_1_1200s.png -------------------------------------------------------------------------------- /fig/rumor_pos_steve_w_600_t_0_60_14000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_pos_steve_w_600_t_0_60_14000s.png -------------------------------------------------------------------------------- /fig/rumor_pos_w_600_t_0_10000_410000i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_pos_w_600_t_0_10000_410000i.png -------------------------------------------------------------------------------- /fig/rumor_pos_w_600_t_0_120_7320s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_pos_w_600_t_0_120_7320s.png -------------------------------------------------------------------------------- /fig/rumor_pos_w_60_t_0_10_2400s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_pos_w_60_t_0_10_2400s.png -------------------------------------------------------------------------------- /fig/rumor_steve_earlier_neg_w_600_t_0_10_18000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_steve_earlier_neg_w_600_t_0_10_18000s.png -------------------------------------------------------------------------------- /fig/rumor_steve_earlier_neg_w_600_t_0_1_1800s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_steve_earlier_neg_w_600_t_0_1_1800s.png -------------------------------------------------------------------------------- /fig/rumor_steve_earlier_pos_w_600_t_0_10_18000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_steve_earlier_pos_w_600_t_0_10_18000s.png -------------------------------------------------------------------------------- /fig/rumor_steve_earlier_pos_w_600_t_0_1_1800s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_steve_earlier_pos_w_600_t_0_1_1800s.png -------------------------------------------------------------------------------- /fig/rumor_whitney_neg_w_600_t_0_100_22000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_whitney_neg_w_600_t_0_100_22000s.png -------------------------------------------------------------------------------- /fig/rumor_whitney_neg_w_600_t_0_10_18000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_whitney_neg_w_600_t_0_10_18000s.png -------------------------------------------------------------------------------- /fig/rumor_whitney_neg_w_600_t_0_10_22000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_whitney_neg_w_600_t_0_10_22000s.png -------------------------------------------------------------------------------- /fig/rumor_whitney_neg_w_600_t_0_1_1800s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_whitney_neg_w_600_t_0_1_1800s.png -------------------------------------------------------------------------------- /fig/rumor_whitney_neg_w_600_t_0_60_172800s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_whitney_neg_w_600_t_0_60_172800s.png -------------------------------------------------------------------------------- /fig/rumor_whitney_pos_w_600_t_0_100_22000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_whitney_pos_w_600_t_0_100_22000s.png -------------------------------------------------------------------------------- /fig/rumor_whitney_pos_w_600_t_0_10_18000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_whitney_pos_w_600_t_0_10_18000s.png -------------------------------------------------------------------------------- /fig/rumor_whitney_pos_w_600_t_0_10_22000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_whitney_pos_w_600_t_0_10_22000s.png -------------------------------------------------------------------------------- /fig/rumor_whitney_pos_w_600_t_0_1_1800s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/rumor_whitney_pos_w_600_t_0_1_1800s.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=10,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=10,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=80,w_smooth=10,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/threshold/gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/threshold/gamma=1,cmpr_window=80,w_smooth=80,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/viral_traces_preceding_onset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/viral_traces_preceding_onset.png -------------------------------------------------------------------------------- /fig/viral_traces_preceding_onset_unnorm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/viral_traces_preceding_onset_unnorm.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=150,threshold=1,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=150,threshold=1,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=150,threshold=1,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=150,threshold=1,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=150,threshold=3,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=150,threshold=3,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=150,threshold=3,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=150,threshold=3,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=1,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=10,threshold=1,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=10,threshold=3,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=80,threshold=1,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=3,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=5,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=1.png -------------------------------------------------------------------------------- /fig/w_smooth/gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/w_smooth/gamma=10,cmpr_window=80,threshold=3,detection_window_hrs=7,req_consec_detections=3.png -------------------------------------------------------------------------------- /fig/whitney_0025sample1_w_1day_t_0_1000_80000i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/whitney_0025sample1_w_1day_t_0_1000_80000i.png -------------------------------------------------------------------------------- /fig/whitney_0025sample1_w_1day_t_0_10_9300s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/whitney_0025sample1_w_1day_t_0_10_9300s.png -------------------------------------------------------------------------------- /fig/whitney_0025sample2_w_1day_t_0_1000_80000i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/whitney_0025sample2_w_1day_t_0_1000_80000i.png -------------------------------------------------------------------------------- /fig/whitney_neg_w_600_t_0_10_48h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/whitney_neg_w_600_t_0_10_48h.png -------------------------------------------------------------------------------- /fig/whitney_neg_w_600_t_0_1_128000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/whitney_neg_w_600_t_0_1_128000s.png -------------------------------------------------------------------------------- /fig/whitney_pos_w_600_t_0_120_3600s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/whitney_pos_w_600_t_0_120_3600s.png -------------------------------------------------------------------------------- /fig/whitney_pos_w_600_t_0_1_6h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/whitney_pos_w_600_t_0_1_6h.png -------------------------------------------------------------------------------- /fig/whitneydeath_neg_w_600_t_0_1s_48h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/whitneydeath_neg_w_600_t_0_1s_48h.png -------------------------------------------------------------------------------- /fig/whitneydeath_pos_w_600_t_0_1s_6h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/whitneydeath_pos_w_600_t_0_1s_6h.png -------------------------------------------------------------------------------- /fig/whitneydeath_tree_pos_w_600_0_1s_21000s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/fig/whitneydeath_tree_pos_w_600_0_1s_21000s.png -------------------------------------------------------------------------------- /param_explore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/param_explore.py -------------------------------------------------------------------------------- /params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/params.py -------------------------------------------------------------------------------- /parsing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/parsing.py -------------------------------------------------------------------------------- /processing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/processing.py -------------------------------------------------------------------------------- /roc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/roc.py -------------------------------------------------------------------------------- /rumor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/rumor.py -------------------------------------------------------------------------------- /rumor_viz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/rumor_viz.py -------------------------------------------------------------------------------- /scripts/topic_rates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/scripts/topic_rates.py -------------------------------------------------------------------------------- /test_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/test_detection.py -------------------------------------------------------------------------------- /timeseries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/timeseries.py -------------------------------------------------------------------------------- /util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snikolov/rumor/HEAD/util.py --------------------------------------------------------------------------------