-
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.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
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,3 +1,12 @@ | ||
# aeddo (development version) | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
## Patch | ||
|
||
* Transferring maintainership of the R package to Lasse Engbo Christiansen. | ||
|
||
# aeddo 0.1.0 | ||
|
||
## 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. |