-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Giorgi et al in production (#31)
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@article{giorgi2024, | ||
bibtex_show = {true}, | ||
author = {Giorgi, Daphn\'e and Kaakai, Sarah and Lemaire, Vincent}, | ||
publisher = {French Statistical Society}, | ||
title = {Efficient simulation of individual-based population models}, | ||
journal = {Computo}, | ||
year = 2024, | ||
url = {https://computo.sfds.asso.fr/published-202412-giorgi-efficient/}, | ||
doi = {10.57750/sfxn-1t05}, | ||
issn = {2824-7795}, | ||
type = {{Research article}}, | ||
domain = {Statistics}, | ||
language = {R}, | ||
repository = {published-202412-giorgi-efficient}, | ||
langid = {en}, | ||
abstract = { | ||
The `R` Package `IBMPopSim` facilitates the simulation of the random evolution of heterogeneous populations using stochastic Individual-Based Models (IBMs). The package enables users to simulate population evolution, in which individuals are characterized by their age and some characteristics, and the population is modified by different types of events, including births/arrivals, death/exit events, or changes of characteristics. The frequency at which an event can occur to an individual can depend on their age and characteristics, but also on the characteristics of other individuals (interactions). Such models have a wide range of applications in fields including actuarial science, biology, ecology or epidemiology. `IBMPopSim` overcomes the limitations of time-consuming IBMs simulations by implementing new efficient algorithms based on thinning methods, which are compiled using the `Rcpp` package while providing a user-friendly interface. | ||
} | ||
} |