Skip to content

Commit ab056fb

Browse files
authored
Adding Giorgi et al in production (#31)
1 parent d2b5470 commit ab056fb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

_bibliography/in_production.bib

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@article{giorgi2024,
2+
bibtex_show = {true},
3+
author = {Giorgi, Daphn\'e and Kaakai, Sarah and Lemaire, Vincent},
4+
publisher = {French Statistical Society},
5+
title = {Efficient simulation of individual-based population models},
6+
journal = {Computo},
7+
year = 2024,
8+
url = {https://computo.sfds.asso.fr/published-202412-giorgi-efficient/},
9+
doi = {10.57750/sfxn-1t05},
10+
issn = {2824-7795},
11+
type = {{Research article}},
12+
domain = {Statistics},
13+
language = {R},
14+
repository = {published-202412-giorgi-efficient},
15+
langid = {en},
16+
abstract = {
17+
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.
18+
}
19+
}

0 commit comments

Comments
 (0)