-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
50 lines (50 loc) · 1.71 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
Package: deBInfer
Type: Package
Title: Bayesian Inference for Differential Equations
Version: 0.4.4
Date: 2022-11-14
Authors@R: c(
person("Philipp H", "Boersch-Supan", email = "[email protected]", role = c("aut","cre"), comment = c(ORCID = "0000-0001-6723-6833")),
person("Leah R", "Johnson", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-9922-579X")),
person("Sadie J", "Ryan", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-4308-6321"))
)
BugReports: https://github.com/pboesu/debinfer/issues
URL: https://github.com/pboesu/debinfer
Description: A Bayesian framework for parameter inference in differential equations.
This approach offers a rigorous methodology for parameter inference as well as
modeling the link between unobservable model states and parameters, and
observable quantities. Provides templates for the DE model, the
observation model and data likelihood, and the model parameters and their prior
distributions. A Markov chain Monte Carlo (MCMC) procedure processes these inputs
to estimate the posterior distributions of the parameters and any derived
quantities, including the model trajectories. Further functionality is provided
to facilitate MCMC diagnostics and the visualisation of the posterior distributions
of model parameters and trajectories.
License: GPL-3
LazyData: TRUE
RoxygenNote: 7.1.2
Depends:
R (>= 3.5.0),
deSolve
Imports:
truncdist,
coda,
RColorBrewer,
MASS,
stats,
mvtnorm,
graphics,
grDevices,
plyr,
PBSddesolve,
methods
Suggests:
testthat,
knitr,
rmarkdown,
devtools,
R.rsp,
beanplot
VignetteBuilder:
knitr,
R.rsp