-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
91 lines (91 loc) · 3.46 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Package: MCMCpack
Version: 1.7-1
Date: 2024-08-27
Title: Markov Chain Monte Carlo (MCMC) Package
Authors@R: c(person(given = c("Andrew", "D."),
family = "Martin",
role = "aut"),
person(given = c("Kevin", "M."),
family = "Quinn",
role = "aut"),
person(given = c("Jong", "Hee"),
family = "Park",
role = c("aut", "cre"),
email = "jongheepark@snu.ac.kr"),
person(given = "Ghislain",
family = "Vieilledent",
role = "ctb"),
person(given = "Michael",
family = "Malecki",
role = "ctb"),
person(given = "Matthew",
family = "Blackwell",
role = "ctb"),
person(given = "Keith",
family = "Poole",
role = "ctb"),
person(given = "Craig",
family = "Reed",
role = "ctb"),
person(given = "Ben",
family = "Goodrich",
role = "ctb"),
person(given = "Qiushi",
family = "Yu",
role = "ctb"),
person(given = "Ross",
family = "Ihaka",
role = "cph"),
person(given = c("The", "R", "Development", "Core"),
family = "Team",
role = "cph"),
person(given = c("The", "R"),
family = "Foundation",
role = "cph"),
person(given = "Pierre",
family = "L'Ecuyer",
role = "cph"),
person(given = "Makoto",
family = "Matsumoto",
role = "cph"),
person(given = "Takuji",
family = "Nishimura",
role = "cph"))
Depends: R (>= 3.6), coda (>= 0.11-3), MASS, stats
Imports: graphics, grDevices, lattice, methods, utils, mcmc, quantreg
Description: Contains functions to perform Bayesian
inference using posterior simulation for a number of
statistical models. Most simulation is done in compiled C++
written in the Scythe Statistical Library Version 1.0.3. All
models return 'coda' mcmc objects that can then be summarized
using the 'coda' package. Some useful
utility functions such as density functions,
pseudo-random number generators for statistical
distributions, a general purpose Metropolis sampling algorithm,
and tools for visualization are provided.
License: GPL-3
SystemRequirements: gcc (>= 4.0)
URL: https://CRAN.R-project.org/package=MCMCpack
Packaged: 2024-08-27 05:25:26 UTC; jongheepark
NeedsCompilation: yes
Repository: CRAN
RoxygenNote: 7.3.1
Encoding: UTF-8
Date/Publication: 2024-08-27 06:30:02 UTC
Author: Andrew D. Martin [aut],
Kevin M. Quinn [aut],
Jong Hee Park [aut, cre],
Ghislain Vieilledent [ctb],
Michael Malecki [ctb],
Matthew Blackwell [ctb],
Keith Poole [ctb],
Craig Reed [ctb],
Ben Goodrich [ctb],
Qiushi Yu [ctb],
Ross Ihaka [cph],
The R Development Core Team [cph],
The R Foundation [cph],
Pierre L'Ecuyer [cph],
Makoto Matsumoto [cph],
Takuji Nishimura [cph]
Maintainer: Jong Hee Park <jongheepark@snu.ac.kr>