-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.41 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.41 KB
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
Encoding: UTF-8
Package: rbiips
Version: 0.11.9000
Title: Bayesian Inference with Interacting Particle Systems
Authors@R: c(
person("Adrien", "Todeschini", email = "adrien.todeschini@gmail.com", role = c("aut", "cre")),
person("François", "Caron", email = "francois.caron@stat.ox.ac.uk", role = "aut"),
person("Marc", "Fuentes", email = "marc.fuentes@inria.fr", role = "ctb"),
person("Inria", role = "cph"))
Contact: Adrien Todeschini <adrien.todeschini@gmail.com>
Description: Biips is a general software for Bayesian inference with interacting
particle systems, a.k.a. sequential Monte Carlo (SMC) methods. It aims at
popularizing the use of these methods to non-statistician researchers and
students, thanks to its automated "black box" inference engine. It borrows from
the BUGS/JAGS software, widely used in Bayesian statistics, the statistical
modeling with graphical models and the language associated with their
descriptions. See <https://biips.github.io> for more information on Biips.
Depends:
R (>= 3.0.2),
stats,
graphics
Suggests:
knitr,
rmarkdown
SystemRequirements: GNU make
License: GPL-3
Copyright: Copyright (C) Inria, 2012-2018
URL: https://biips.github.io/rbiips, https://github.com/biips/rbiips
BugReports: https://github.com/biips/rbiips/issues
Imports: Rcpp (>= 0.11.0)
LinkingTo: Rcpp, BH (>= 1.49.0)
VignetteBuilder: knitr
RoxygenNote: 6.0.1
LazyData: true