Skip to content

Commit

Permalink
Adding Giorgi et al in production (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
NelleV authored Dec 2, 2024
1 parent d2b5470 commit ab056fb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions _bibliography/in_production.bib
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.
}
}

0 comments on commit ab056fb

Please sign in to comment.