diff --git a/NEWS.md b/NEWS.md index e88c700..649b01c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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.