Update README.md

Add part "Code R on the comparison of methods"
This commit is contained in:
Nicolas Julia 2022-05-24 13:15:44 +02:00 committed by GitHub
parent cf39a3c6f3
commit 213535bfb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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 **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 ## Dependencies
### R libraries ### R libraries