-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.82 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: StanMoMo
Title: Bayesian Mortality Modelling with 'Stan'
Version: 1.1.1
Authors@R: c(person(given = "Karim", family = "Barigou", role = c("aut", "cre"), email = "[email protected]",comment = c(ORCID = "0000-0003-3389-9596")),
person(given = "Pierre-Olivier", family = "Goffard",role="aut",comment = c(ORCID = "0000-0002-2667-6207")))
Description: Implementation of popular mortality models using the 'rstan'
package, which provides the R interface to the 'Stan' C++ library for
Bayesian estimation. The package supports well-known models proposed in the
actuarial and demographic literature including the Lee-Carter (1992)
<doi:10.1080/01621459.1992.10475265> and the Cairns-Blake-Dowd (2006)
<doi:10.1111/j.1539-6975.2006.00195.x> models. By a simple call, the user
inputs deaths and exposures and the package outputs the MCMC simulations for
each parameter, the log likelihoods and predictions. Moreover, the package
includes tools for model selection and Bayesian model averaging by leave
future-out validation.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Biarch: true
Depends:
R (>= 3.5.0)
Imports:
loo,
methods,
RcppParallel,
Rcpp (>= 0.12.0),
rstan (>= 2.26.0),
rstantools (>= 2.0.0),
tidyverse,
dplyr,
tibble,
httr,
bridgesampling,
stats,
utils,
tidyselect,
latex2exp,
tidyr,
ggplot2,
ggfan
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
rstan (>= 2.26.0),
StanHeaders (>= 2.26.0),
RcppParallel
SystemRequirements: GNU make
Suggests:
knitr,
rmarkdown,
shinystan,
Cairo
VignetteBuilder: knitr
URL: https://github.com/kabarigou/StanMoMo
BugReports: https://github.com/kabarigou/StanMoMo/issues