Package: WarnEpi Type: Package Title: A Comprehensive Tool for Early Warning in Infectious Disease Version: 1.0.0 Authors@R: c( person( "Xiaoli", "Wang", role = c("aut") ), person( "Mingyue", "Pan", email = "panmyue18@163.com", role = c("aut", "cre") ) ) Description: Infectious disease surveillance requires early outbreak detection. This package provides statistical tools for analyzing time-series monitoring data through three core methods: a) EWMA (Exponentially Weighted Moving Average) b) Modified-CUSUM (Modified Cumulative Sum) c) Adjusted-Serfling models Methodologies are based on: - Wang et al. (2010) - Wang et al. (2015) Designed for epidemiologists and public health researchers working with disease surveillance systems. Language: en License: GPL (>= 3) Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Depends: R (>= 3.5) URL: https://github.com/pan-mingyue/WarnEpi BugReports: https://github.com/pan-mingyue/WarnEpi/issues Repository: https://pan-mingyue.r-universe.dev Date/Publication: 2025-08-21 07:32:18 UTC RemoteUrl: https://github.com/pan-mingyue/warnepi RemoteRef: HEAD RemoteSha: 29dc88dbcba3cde42e456d3dde924aa5e9e05bf9 NeedsCompilation: no Packaged: 2026-06-23 09:38:44 UTC; root Author: Xiaoli Wang [aut], Mingyue Pan [aut, cre] Maintainer: Mingyue Pan