-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:ssi-dk/aeddo
- Loading branch information
Showing
3 changed files
with
3 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: aeddo | ||
Title: Automated and Early Detection of Disease Outbreaks | ||
Version: 0.1.0 | ||
Version: 0.1.0.9000 | ||
Authors@R: c( | ||
person("Kasper", "Schou Telkamp", ,"[email protected]", role = c("aut"), | ||
comment = c(ORCID = "0009-0001-5126-0190")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,3 @@ | ||
# aeddo 0.1.0 | ||
# aeddo (development version) | ||
|
||
# aedseo 0.1.0 | ||
|
||
* Initial CRAN submission. | ||
|
||
## Features | ||
|
||
- Added a new function `nll_poisson_gamma()` for computing the negative log-likelihood of a Poisson-Gamma model. This function is essential for parameter estimation in the `aeddo()` algorithm. | ||
|
||
- Introducing the `aeddo()` function for Automated and Early Detection of Disease Outbreaks. This innovative algorithm utilizes hierarchical models to infer one-step ahead random effects, providing an effective tool for identifying and responding to disease outbreaks in time series data. The function includes various parameters for customization, such as rolling window size, outbreak detection threshold, and optimization method. | ||
|
||
Please note that this is the initial CRAN release of the aeddo package, and we look forward to adding more features and improvements in future updates. We appreciate your feedback and contributions to make this package even more useful for early detection of disease outbreaks. | ||
* Added a `NEWS.md` file to track changes to the package. |