From 213535bfb194a1840104463fa4ec9c041b4231d7 Mon Sep 17 00:00:00 2001 From: Nicolas Julia <97978559+njulia1@users.noreply.github.com> Date: Tue, 24 May 2022 13:15:44 +0200 Subject: [PATCH] Update README.md Add part "Code R on the comparison of methods" --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a10d067..bbc3658 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Mathematical researchers are regularly looking for new scan methods to detect at **Keywords:** scan statistic, Poisson process, local score, detection of atypical regions, window size +## Code R on the comparison of methods +In this project, we have tried to implement a new method of scan statistic, using both the Local Score and the scan statistic method. In order to do so, the code [Comparaison_of_methods](./Comparaison_of_methods.rmd) explains step by step the process of creating the sequences, estimating the empirical scan distribution and the empirical score distribution and the computation of the p-values. +The comparison of the method has been made on the study of performance curves and confusion matrix, for several values for $(\lambda_0,\lambda_1)$, $\tau$, $\tau_o$ and $\alpha$. Further details are given on the paper. ## Dependencies ### R libraries